Html Css Color HEX #9DCB9F Chinook

📋 copy color: '#9DCB9F'

red 157 ◦ green 203 ◦ blue 159

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

Shades of Chinook #9DCB9F

Tints of Chinook #9DCB9F

RGB

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

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

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

R = 30.25%
G = 39.11%
B = 30.64%

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

#9DCB9F (or 0x9DCB9F) is known color: Chinook. HEX triplet: 9D, CB and 9F. RGB value is (157,203,159). Sum of RGB (Red+Green+Blue) = 157+203+159=519 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.25% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 159 (62.5% from 255 or 30.64% from 519); Max value from RGB is 203 - color contains mainly: green. Hex color #9DCB9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCB9F is #623460. Grayscale: #B8B8B8. Windows color (decimal): -6435937 or 10472349. OLE color: 10472349.

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

Color convert

RGB 157 203 159 -
CMYK 0.23 0 0.22 0.20
HSL 122.61º 0.31% 0.71% -
HSV(B) 122.61º 0.23% 0.8% -
XYZ 41.52 52.38 40.72 -
YUV 184.23 113.76 108.58 -
System Red Green Blue C M Y K H S L
Decimal 157 203 159 0.23 0 0.22 0.20 122.61 0.31 0.71
Hex 9D CB 9F 17 0 16 14 7B 1F 47
Octal 235 313 237 27 0 26 24 173 37 107
Binary 10011101 11001011 10011111 10111 0 10110 10100 1111011 11111 1000111

Color Harmonies of #9DCB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCB9F

Black with #9DCB9F

Text Example


Text Example

White with #9DCB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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