Html Css Color HEX #9CCBAB Chinook

📋 copy color: '#9CCBAB'

red 156 ◦ green 203 ◦ blue 171

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

Shades of Chinook #9CCBAB

Tints of Chinook #9CCBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.26%

R = 29.43%
G = 38.3%
B = 32.26%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#9CCBAB (or 0x9CCBAB) is known color: Chinook. HEX triplet: 9C, CB and AB. RGB value is (156,203,171). Sum of RGB (Red+Green+Blue) = 156+203+171=530 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.43% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 203 - color contains mainly: green. Hex color #9CCBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCBAB is #633454. Grayscale: #B9B9B9. Windows color (decimal): -6501461 or 11258780. OLE color: 11258780.

HSL color Cylindrical-coordinate representation of color #9CCBAB: hue angle of 139.15º 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 #9CCBAB is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 156 203 171 -
CMYK 0.23 0 0.16 0.20
HSL 139.15º 0.31% 0.7% -
HSV(B) 139.15º 0.23% 0.8% -
XYZ 42.42 52.72 46.47 -
YUV 185.3 119.93 107.1 -
System Red Green Blue C M Y K H S L
Decimal 156 203 171 0.23 0 0.16 0.20 139.15 0.31 0.7
Hex 9C CB AB 17 0 10 14 8B 1F 46
Octal 234 313 253 27 0 20 24 213 37 106
Binary 10011100 11001011 10101011 10111 0 10000 10100 10001011 11111 1000110

Color Harmonies of #9CCBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCBAB

Black with #9CCBAB

Text Example


Text Example

White with #9CCBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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