Html Css Color HEX #9DCCA2 Chinook

📋 copy color: '#9DCCA2'

red 157 ◦ green 204 ◦ blue 162

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

Shades of Chinook #9DCCA2

Tints of Chinook #9DCCA2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.01%

 BLUE value IS 162 (63.67% from 255) = 30.98%

R = 30.02%
G = 39.01%
B = 30.98%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.2

RGB Variations

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

Color information

#9DCCA2 (or 0x9DCCA2) is known color: Chinook. HEX triplet: 9D, CC and A2. RGB value is (157,204,162). Sum of RGB (Red+Green+Blue) = 157+204+162=523 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.02% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 162 (63.67% from 255 or 30.98% from 523); Max value from RGB is 204 - color contains mainly: green. Hex color #9DCCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCCA2 is #62335D. Grayscale: #B9B9B9. Windows color (decimal): -6435678 or 10669213. OLE color: 10669213.

HSL color Cylindrical-coordinate representation of color #9DCCA2: hue angle of 126.38º degrees, saturation: 0.32, 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 #9DCCA2 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.

Color convert

RGB 157 204 162 -
CMYK 0.23 0 0.21 0.2
HSL 126.38º 0.32% 0.71% -
HSV(B) 126.38º 0.23% 0.8% -
XYZ 42.02 52.96 42.19 -
YUV 185.16 114.93 107.92 -
System Red Green Blue C M Y K H S L
Decimal 157 204 162 0.23 0 0.21 0.2 126.38 0.32 0.71
Hex 9D CC A2 17 0 15 14 7E 20 47
Octal 235 314 242 27 0 25 24 176 40 107
Binary 10011101 11001100 10100010 10111 0 10101 10100 1111110 100000 1000111

Color Harmonies of #9DCCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCCA2

Black with #9DCCA2

Text Example


Text Example

White with #9DCCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,204,162); }

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

background-color css

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

 a { background-color: rgb(157,204,162); }

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

border-color css

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

 span { border-color: rgb(157,204,162); }

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