#C5C28C

Color #C5C28C Green Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Mist #C5C28C

Tints of Green Mist #C5C28C

Color information

#C5C28C (or 0xC5C28C) is unknown color: approx Green Mist. HEX triplet: C5, C2 and 8C. RGB value is (197,194,140). Sum of RGB (Red+Green+Blue) = 197+194+140=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 140 (55.08% from 255 or 26.37% from 531); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C28C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C28C is #3A3D73. Grayscale: #BCBCBC. Windows color (decimal): -3816820 or 9224901. OLE color: 9224901.

HSL color Cylindrical-coordinate representation of color #C5C28C: hue angle of 56.84º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C5C28C is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB197194140-
CMYK00.020.290.23
HSL56.84º32.95%66.08%-
HSV(B)56.84º28.93%77.25%-
XYZ47.0552.3532.44-
YUV188.74100.49133.89-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.10%
GREEN value IS 194 (76.17% from 255) = 36.53%
BLUE value IS 140 (55.08% from 255) = 26.37%
R=37.10%
G=36.53%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719414000.020.290.2356.8432.9566.08
HexC5C28C021D17392142
Octal3053022140235277141102
Binary11000101110000101000110001011101101111110011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C28C; }

 p { color: rgb(197,194,140); }

 H1.HeaderClassName
 {
   color: #C5C28C;
 }
 .AnyTagClassName
 {
   color: #C5C28C;
 }
</style>
background-color css

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

 a { background-color: rgb(197,194,140); }

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

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

 span { border-color: rgb(197,194,140); }

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