Html Css Color HEX #9CCB9F Chinook

📋 copy color: '#9CCB9F'

red 156 ◦ green 203 ◦ blue 159

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

Shades of Chinook #9CCB9F

Tints of Chinook #9CCB9F

RGB

 RED value IS 156 (61.33% from 255) = 30.12%

 GREEN value IS 203 (79.69% from 255) = 39.19%

 BLUE value IS 159 (62.5% from 255) = 30.69%

R = 30.12%
G = 39.19%
B = 30.69%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#9CCB9F (or 0x9CCB9F) is known color: Chinook. HEX triplet: 9C, CB and 9F. RGB value is (156,203,159). Sum of RGB (Red+Green+Blue) = 156+203+159=518 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.12% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 159 (62.5% from 255 or 30.69% from 518); Max value from RGB is 203 - color contains mainly: green. Hex color #9CCB9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCB9F is #633460. Grayscale: #B8B8B8. Windows color (decimal): -6501473 or 10472348. OLE color: 10472348.

HSL color Cylindrical-coordinate representation of color #9CCB9F: hue angle of 123.83º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CCB9F is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB 156 203 159 -
CMYK 0.23 0 0.22 0.20
HSL 123.83º 0.31% 0.7% -
HSV(B) 123.83º 0.23% 0.8% -
XYZ 41.32 52.28 40.71 -
YUV 183.93 113.93 108.08 -
System Red Green Blue C M Y K H S L
Decimal 156 203 159 0.23 0 0.22 0.20 123.83 0.31 0.7
Hex 9C CB 9F 17 0 16 14 7C 1F 46
Octal 234 313 237 27 0 26 24 174 37 106
Binary 10011100 11001011 10011111 10111 0 10110 10100 1111100 11111 1000110

Color Harmonies of #9CCB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCB9F

Black with #9CCB9F

Text Example


Text Example

White with #9CCB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,203,159); }

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

background-color css

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

 a { background-color: rgb(156,203,159); }

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

border-color css

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

 span { border-color: rgb(156,203,159); }

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