Html Css Color HEX #99C2A1 Chinook

📋 copy color: '#99C2A1'

red 153 ◦ green 194 ◦ blue 161

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

Shades of Chinook #99C2A1

Tints of Chinook #99C2A1

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.19%

 BLUE value IS 161 (63.28% from 255) = 31.69%

R = 30.12%
G = 38.19%
B = 31.69%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#99C2A1 (or 0x99C2A1) is known color: Chinook. HEX triplet: 99, C2 and A1. RGB value is (153,194,161). Sum of RGB (Red+Green+Blue) = 153+194+161=508 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.12% from 508); Green value is 194 (76.17% from 255 or 38.19% from 508); Blue value is 161 (63.28% from 255 or 31.69% from 508); Max value from RGB is 194 - color contains mainly: green. Hex color #99C2A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C2A1 is #663D5E. Grayscale: #B2B2B2. Windows color (decimal): -6700383 or 10601113. OLE color: 10601113.

HSL color Cylindrical-coordinate representation of color #99C2A1: hue angle of 131.71º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #99C2A1 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB 153 194 161 -
CMYK 0.21 0 0.17 0.24
HSL 131.71º 0.25% 0.68% -
HSV(B) 131.71º 0.21% 0.76% -
XYZ 38.86 47.93 40.92 -
YUV 177.98 118.42 110.18 -
System Red Green Blue C M Y K H S L
Decimal 153 194 161 0.21 0 0.17 0.24 131.71 0.25 0.68
Hex 99 C2 A1 15 0 11 18 84 19 44
Octal 231 302 241 25 0 21 30 204 31 104
Binary 10011001 11000010 10100001 10101 0 10001 11000 10000100 11001 1000100

Color Harmonies of #99C2A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C2A1

Black with #99C2A1

Text Example


Text Example

White with #99C2A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,194,161); }

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

background-color css

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

 a { background-color: rgb(153,194,161); }

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

border-color css

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

 span { border-color: rgb(153,194,161); }

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