Html Css Color HEX #CAC596 Green Mist

📋 copy color: '#CAC596'

red 202 ◦ green 197 ◦ blue 150

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

Shades of Green Mist #CAC596

Tints of Green Mist #CAC596

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.88%

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

R = 36.79%
G = 35.88%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#CAC596 (or 0xCAC596) is known color: Green Mist. HEX triplet: CA, C5 and 96. RGB value is (202,197,150). Sum of RGB (Red+Green+Blue) = 202+197+150=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 197 (77.34% from 255 or 35.88% from 549); Blue value is 150 (58.98% from 255 or 27.32% from 549); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC596 is #353A69. Grayscale: #C1C1C1. Windows color (decimal): -3488362 or 9881034. OLE color: 9881034.

HSL color Cylindrical-coordinate representation of color #CAC596: hue angle of 54.23º 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 #CAC596 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 197 150 -
CMYK 0 0.02 0.26 0.21
HSL 54.23º 0.33% 0.69% -
HSV(B) 54.23º 0.26% 0.79% -
XYZ 49.83 54.69 36.78 -
YUV 193.14 103.66 134.32 -
System Red Green Blue C M Y K H S L
Decimal 202 197 150 0 0.02 0.26 0.21 54.23 0.33 0.69
Hex CA C5 96 0 2 1A 15 36 21 45
Octal 312 305 226 0 2 32 25 66 41 105
Binary 11001010 11000101 10010110 0 10 11010 10101 110110 100001 1000101

Color Harmonies of #CAC596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC596

Black with #CAC596

Text Example


Text Example

White with #CAC596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC596; }

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

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

background-color css

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

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

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

border-color css

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

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

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