Html Css Color HEX #9BC99E Chinook

📋 copy color: '#9BC99E'

red 155 ◦ green 201 ◦ blue 158

#9BC99E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chinook #9BC99E

Tints of Chinook #9BC99E

RGB

 RED value IS 155 (60.94% from 255) = 30.16%

 GREEN value IS 201 (78.91% from 255) = 39.11%

 BLUE value IS 158 (62.11% from 255) = 30.74%

R = 30.16%
G = 39.11%
B = 30.74%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9BC99E (or 0x9BC99E) is known color: Chinook. HEX triplet: 9B, C9 and 9E. RGB value is (155,201,158). Sum of RGB (Red+Green+Blue) = 155+201+158=514 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.16% from 514); Green value is 201 (78.91% from 255 or 39.11% from 514); Blue value is 158 (62.11% from 255 or 30.74% from 514); Max value from RGB is 201 - color contains mainly: green. Hex color #9BC99E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC99E is #643661. Grayscale: #B6B6B6. Windows color (decimal): -6567522 or 10406299. OLE color: 10406299.

HSL color Cylindrical-coordinate representation of color #9BC99E: hue angle of 123.91º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BC99E is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 155 201 158 -
CMYK 0.23 0 0.21 0.21
HSL 123.91º 0.3% 0.7% -
HSV(B) 123.91º 0.23% 0.79% -
XYZ 40.58 51.21 40.09 -
YUV 182.34 114.26 108.5 -
System Red Green Blue C M Y K H S L
Decimal 155 201 158 0.23 0 0.21 0.21 123.91 0.3 0.7
Hex 9B C9 9E 17 0 15 15 7C 1E 46
Octal 233 311 236 27 0 25 25 174 36 106
Binary 10011011 11001001 10011110 10111 0 10101 10101 1111100 11110 1000110

Color Harmonies of #9BC99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC99E

Black with #9BC99E

Text Example


Text Example

White with #9BC99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BC99E; }

 p { color: rgb(155,201,158); }

 H1.HeaderClassName
 {
   color: #9BC99E;
 }
 .AnyTagClassName
 {
   color: #9BC99E;
 }
</style>

background-color css

<style>
 a { background-color: #9BC99E; }

 a { background-color: rgb(155,201,158); }

 div.DivClassName
 {
   background-color: #9BC99E;
 }
 .BgClassName
 {
   background-color: #9BC99E;
 }
</style>

border-color css

<style>
 span { border-color: #9BC99E; }

 span { border-color: rgb(155,201,158); }

 td.TdClassName
 {
   border-color: #9BC99E;
 }
 .TagClassName
 {
   border-color: #9BC99E;
 }
</style>