Html Css Color HEX #CAC996 Green Mist

📋 copy color: '#CAC996'

red 202 ◦ green 201 ◦ blue 150

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

Shades of Green Mist #CAC996

Tints of Green Mist #CAC996

RGB

 RED value IS 202 (79.3% from 255) = 36.53%

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

 BLUE value IS 150 (58.98% from 255) = 27.12%

R = 36.53%
G = 36.35%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#CAC996 (or 0xCAC996) is known color: Green Mist. HEX triplet: CA, C9 and 96. RGB value is (202,201,150). Sum of RGB (Red+Green+Blue) = 202+201+150=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 201 (78.91% from 255 or 36.35% from 553); Blue value is 150 (58.98% from 255 or 27.12% from 553); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC996 is #353669. Grayscale: #C3C3C3. Windows color (decimal): -3487338 or 9882058. OLE color: 9882058.

HSL color Cylindrical-coordinate representation of color #CAC996: hue angle of 58.85º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAC996 is Cyan = 0, Magento = 0.00, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 201 150 -
CMYK 0 0.00 0.26 0.21
HSL 58.85º 0.33% 0.69% -
HSV(B) 58.85º 0.26% 0.79% -
XYZ 50.75 56.53 37.09 -
YUV 195.49 102.33 132.65 -
System Red Green Blue C M Y K H S L
Decimal 202 201 150 0 0.00 0.26 0.21 58.85 0.33 0.69
Hex CA C9 96 0 0 1A 15 3B 21 45
Octal 312 311 226 0 0 32 25 73 41 105
Binary 11001010 11001001 10010110 0 0 11010 10101 111011 100001 1000101

Color Harmonies of #CAC996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC996

Black with #CAC996

Text Example


Text Example

White with #CAC996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC996; }

 p { color: rgb(202,201,150); }

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

background-color css

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

 a { background-color: rgb(202,201,150); }

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

border-color css

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

 span { border-color: rgb(202,201,150); }

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