Html Css Color HEX #9DCB9E Chinook

📋 copy color: '#9DCB9E'

red 157 ◦ green 203 ◦ blue 158

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

Shades of Chinook #9DCB9E

Tints of Chinook #9DCB9E

RGB

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

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

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

R = 30.31%
G = 39.19%
B = 30.5%

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

#9DCB9E (or 0x9DCB9E) is known color: Chinook. HEX triplet: 9D, CB and 9E. RGB value is (157,203,158). Sum of RGB (Red+Green+Blue) = 157+203+158=518 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.31% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 158 (62.11% from 255 or 30.50% from 518); Max value from RGB is 203 - color contains mainly: green. Hex color #9DCB9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCB9E is #623461. Grayscale: #B8B8B8. Windows color (decimal): -6435938 or 10406813. OLE color: 10406813.

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

Color convert

RGB 157 203 158 -
CMYK 0.23 0 0.22 0.20
HSL 121.3º 0.31% 0.71% -
HSV(B) 121.3º 0.23% 0.8% -
XYZ 41.43 52.35 40.27 -
YUV 184.12 113.26 108.66 -
System Red Green Blue C M Y K H S L
Decimal 157 203 158 0.23 0 0.22 0.20 121.3 0.31 0.71
Hex 9D CB 9E 17 0 16 14 79 1F 47
Octal 235 313 236 27 0 26 24 171 37 107
Binary 10011101 11001011 10011110 10111 0 10110 10100 1111001 11111 1000111

Color Harmonies of #9DCB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCB9E

Black with #9DCB9E

Text Example


Text Example

White with #9DCB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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