Html Css Color HEX #9DCDA5 Chinook

📋 copy color: '#9DCDA5'

red 157 ◦ green 205 ◦ blue 165

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

Shades of Chinook #9DCDA5

Tints of Chinook #9DCDA5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.9%

 BLUE value IS 165 (64.84% from 255) = 31.31%

R = 29.79%
G = 38.9%
B = 31.31%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.20

 K value IS 0.20

RGB Variations

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

Color information

#9DCDA5 (or 0x9DCDA5) is known color: Chinook. HEX triplet: 9D, CD and A5. RGB value is (157,205,165). Sum of RGB (Red+Green+Blue) = 157+205+165=527 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.79% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 165 (64.84% from 255 or 31.31% from 527); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCDA5 is #62325A. Grayscale: #BABABA. Windows color (decimal): -6435419 or 10866077. OLE color: 10866077.

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

Color convert

RGB 157 205 165 -
CMYK 0.23 0 0.20 0.20
HSL 130º 0.32% 0.71% -
HSV(B) 130º 0.23% 0.8% -
XYZ 42.53 53.55 43.69 -
YUV 186.09 116.1 107.25 -
System Red Green Blue C M Y K H S L
Decimal 157 205 165 0.23 0 0.20 0.20 130 0.32 0.71
Hex 9D CD A5 17 0 14 14 82 20 47
Octal 235 315 245 27 0 24 24 202 40 107
Binary 10011101 11001101 10100101 10111 0 10100 10100 10000010 100000 1000111

Color Harmonies of #9DCDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCDA5

Black with #9DCDA5

Text Example


Text Example

White with #9DCDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,205,165); }

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

background-color css

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

 a { background-color: rgb(157,205,165); }

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

border-color css

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

 span { border-color: rgb(157,205,165); }

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