COLOR #90BC66

HEX: #90BC66 RGB: (144,188,102)

Color info

#90BC66 contains mainly red and green colors. Web safe color of #90BC66 is #99CC66 (or #9C6).

RGB color model

#90BC66 color RGB value is (144,188,102).

RGB: (144,188,102) (56%, 74%, 40%)

RGB channels and saturation

R 144 of 255 = 56%
G 188 of 255 = 74%
B 102 of 255 = 40%

144
188
102

R + G + B ~ 57%. #90BC66 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 144 + 188 + 102 = 434 (100%)
R 144 of 434 ~ 33.18%
G 188 of 434 ~ 43.32%
B 102 of 434 ~ 23.5'%

%33.18
%43.32
%23.5

CMYK color model

#90BC66 color CMYK value is (23,0,46,26).

  • cyan value is 23.40%
  • magenta value is 0.00%
  • yellow value is 45.74%
  • key color value is 26.27%

CMYK: (23,0,46,26)
C23M0Y46K26 (23%, 0%, 46%, 26%)
(0.23 / 0.00 / 0.46 / 0.26)

CMYK percentages

%23.4
%0
%45.74
%26.27

Codes

Color #90BC66 in popluar color models

90 BC 66
RGB 144 188 102
HSL 91° 39.09% 56.86%
HSB/HSV 91° 45.74% 73.73%
CMYK 23.40% 0.00% 45.74%
26.27%

Color #90BC66 in popluar number systems.

HEX 90 BC 66
Decimal 144 188 102
Binary 10010000 10111100 1100110
Octal 220 274 146

Shades and tints

Shades of #90BC66

#90BC66
(144,188,102)
#83AB5D
(131,171,93)
#769A54
(118,154,84)
#69894B
(105,137,75)
#5C7842
(92,120,66)
#4F6739
(79,103,57)
#425630
(66,86,48)
#354527
(53,69,39)
#28341E
(40,52,30)
#1B2315
(27,35,21)
#0E120C
(14,18,12)
#000000
(0,0,0)

Tints of #90BC66

#90BC66
(144,188,102)
#9AC273
(154,194,115)
#A4C880
(164,200,128)
#AECE8D
(174,206,141)
#B8D49A
(184,212,154)
#C2DAA7
(194,218,167)
#CCE0B4
(204,224,180)
#D6E6C1
(214,230,193)
#E0ECCE
(224,236,206)
#EAF2DB
(234,242,219)
#F4F8E8
(244,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90BC66 color. Also use rgb(144,188,102) instead hex code.

Text Font Color

.myTextColor { color: #90BC66; }

<p style="color:#90BC66">This sample text font color is #90BC66.</p>

This text font color is #90BC66.

Background Color

.myBgColor { background-color: #90BC66; }

<div style="background-color:#90BC66">Inner text</div>

This div background color is #90BC66.

Border color

.myBorderColor { border: 1px solid #90BC66; }

<div style="border:3px solid #90BC66">Div</div>

This div border color is #90BC66.

Opacity

.myOpacity80 { color: #90BC66; opacity: 0.8; }

<p style="color:#90BC66;opacity:0.8;">80%</p>

Text with #90BC66 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #90BC66;}

<p style="text-shadow: 3px 3px 1px #90BC66">Text here.</p>

This text has shadow with #90BC66 color.


.textShadow {text-shadow: 3px 3px 1px #90BC66', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #90BC66, 5px 5px 20px red">Text here.</p>

This text has shadow with #90BC66 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#90BC66, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#90BC66, Direction=45, Strength=4)">Text</p>

This text has shadow with #90BC66 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #90BC66;
-webkit-box-shadow: 1px 1px 3px 2px #90BC66;
box-shadow: 1px 1px 3px 2px #90BC66;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #90BC66; -webkit-box-shadow: 1px 1px 3px 2px #90BC66; box-shadow:1px 1px 3px 2px #90BC66;">
Div content here
</div>

This div box has shadow with color #90BC66.

Preview

Color preview on black background

This text has color #90BC66 on black background.


Color preview on white background

This text has color #90BC66 on white background.


Black color preview on #90BC66 background

This text has black color on #90BC66 background.


White color preview on #90BC66 background

This text has white color on #90BC66 background.


Related colors

Complementary color

Complementary color for #hex is #6F4399.


I love getcolorcode.com

Triadic colors

1 #6690BC and #BC6690 with #90BC66 are triadic colors.

2 #66BC90 and #BC9066 with #90BC66 are triadic colors.