Html Css Color HEX #99C9A4 Chinook

📋 copy color: '#99C9A4'

red 153 ◦ green 201 ◦ blue 164

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

Shades of Chinook #99C9A4

Tints of Chinook #99C9A4

RGB

 RED value IS 153 (60.16% from 255) = 29.54%

 GREEN value IS 201 (78.91% from 255) = 38.8%

 BLUE value IS 164 (64.45% from 255) = 31.66%

R = 29.54%
G = 38.8%
B = 31.66%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#99C9A4 (or 0x99C9A4) is known color: Chinook. HEX triplet: 99, C9 and A4. RGB value is (153,201,164). Sum of RGB (Red+Green+Blue) = 153+201+164=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 164 (64.45% from 255 or 31.66% from 518); Max value from RGB is 201 - color contains mainly: green. Hex color #99C9A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C9A4 is #66365B. Grayscale: #B6B6B6. Windows color (decimal): -6698588 or 10799513. OLE color: 10799513.

HSL color Cylindrical-coordinate representation of color #99C9A4: hue angle of 133.75º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99C9A4 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 153 201 164 -
CMYK 0.24 0 0.18 0.21
HSL 133.75º 0.31% 0.69% -
HSV(B) 133.75º 0.24% 0.79% -
XYZ 40.72 51.23 42.86 -
YUV 182.43 117.6 107.01 -
System Red Green Blue C M Y K H S L
Decimal 153 201 164 0.24 0 0.18 0.21 133.75 0.31 0.69
Hex 99 C9 A4 18 0 12 15 86 1F 45
Octal 231 311 244 30 0 22 25 206 37 105
Binary 10011001 11001001 10100100 11000 0 10010 10101 10000110 11111 1000101

Color Harmonies of #99C9A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C9A4

Black with #99C9A4

Text Example


Text Example

White with #99C9A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99C9A4; }

 p { color: rgb(153,201,164); }

 H1.HeaderClassName
 {
   color: #99C9A4;
 }
 .AnyTagClassName
 {
   color: #99C9A4;
 }
</style>

background-color css

<style>
 a { background-color: #99C9A4; }

 a { background-color: rgb(153,201,164); }

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

border-color css

<style>
 span { border-color: #99C9A4; }

 span { border-color: rgb(153,201,164); }

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