Html Css Color HEX #99C8A0 Chinook

📋 copy color: '#99C8A0'

red 153 ◦ green 200 ◦ blue 160

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

Shades of Chinook #99C8A0

Tints of Chinook #99C8A0

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.99%

 BLUE value IS 160 (62.89% from 255) = 31.19%

R = 29.82%
G = 38.99%
B = 31.19%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.2

 K value IS 0.22

RGB Variations

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

Color information

#99C8A0 (or 0x99C8A0) is known color: Chinook. HEX triplet: 99, C8 and A0. RGB value is (153,200,160). Sum of RGB (Red+Green+Blue) = 153+200+160=513 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.82% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 160 (62.89% from 255 or 31.19% from 513); Max value from RGB is 200 - color contains mainly: green. Hex color #99C8A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C8A0 is #66375F. Grayscale: #B5B5B5. Windows color (decimal): -6698848 or 10537113. OLE color: 10537113.

HSL color Cylindrical-coordinate representation of color #99C8A0: hue angle of 128.94º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99C8A0 is Cyan = 0.24, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.22.

Color convert

RGB 153 200 160 -
CMYK 0.24 0 0.2 0.22
HSL 128.94º 0.3% 0.69% -
HSV(B) 128.94º 0.24% 0.78% -
XYZ 40.14 50.62 40.91 -
YUV 181.39 115.93 107.75 -
System Red Green Blue C M Y K H S L
Decimal 153 200 160 0.24 0 0.2 0.22 128.94 0.3 0.69
Hex 99 C8 A0 18 0 14 16 81 1E 45
Octal 231 310 240 30 0 24 26 201 36 105
Binary 10011001 11001000 10100000 11000 0 10100 10110 10000001 11110 1000101

Color Harmonies of #99C8A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C8A0

Black with #99C8A0

Text Example


Text Example

White with #99C8A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,200,160); }

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

background-color css

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

 a { background-color: rgb(153,200,160); }

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

border-color css

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

 span { border-color: rgb(153,200,160); }

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