Html Css Color HEX #9DCBAB Chinook

📋 copy color: '#9DCBAB'

red 157 ◦ green 203 ◦ blue 171

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

Shades of Chinook #9DCBAB

Tints of Chinook #9DCBAB

RGB

 RED value IS 157 (61.72% from 255) = 29.57%

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

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

R = 29.57%
G = 38.23%
B = 32.2%

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

#9DCBAB (or 0x9DCBAB) is known color: Chinook. HEX triplet: 9D, CB and AB. RGB value is (157,203,171). Sum of RGB (Red+Green+Blue) = 157+203+171=531 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.57% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 203 - color contains mainly: green. Hex color #9DCBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCBAB is #623454. Grayscale: #B9B9B9. Windows color (decimal): -6435925 or 11258781. OLE color: 11258781.

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

Color convert

RGB 157 203 171 -
CMYK 0.23 0 0.16 0.20
HSL 138.26º 0.31% 0.71% -
HSV(B) 138.26º 0.23% 0.8% -
XYZ 42.61 52.82 46.48 -
YUV 185.6 119.76 107.6 -
System Red Green Blue C M Y K H S L
Decimal 157 203 171 0.23 0 0.16 0.20 138.26 0.31 0.71
Hex 9D CB AB 17 0 10 14 8A 1F 47
Octal 235 313 253 27 0 20 24 212 37 107
Binary 10011101 11001011 10101011 10111 0 10000 10100 10001010 11111 1000111

Color Harmonies of #9DCBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCBAB

Black with #9DCBAB

Text Example


Text Example

White with #9DCBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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