#C4C38C

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

Shades of Green Mist #C4C38C

Tints of Green Mist #C4C38C

Color information

#C4C38C (or 0xC4C38C) is unknown color: approx Green Mist. HEX triplet: C4, C3 and 8C. RGB value is (196,195,140). Sum of RGB (Red+Green+Blue) = 196+195+140=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 195 (76.56% from 255 or 36.72% from 531); Blue value is 140 (55.08% from 255 or 26.37% from 531); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C38C is #3B3C73. Grayscale: #BDBDBD. Windows color (decimal): -3882100 or 9225156. OLE color: 9225156.

HSL color Cylindrical-coordinate representation of color #C4C38C: hue angle of 58.93º degrees, saturation: 0.32, 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 #C4C38C is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB196195140-
CMYK00.010.290.23
HSL58.93º32.18%65.88%-
HSV(B)58.93º28.57%76.86%-
XYZ47.0152.6632.5-
YUV189.03100.33132.97-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.91%
GREEN value IS 195 (76.56% from 255) = 36.72%
BLUE value IS 140 (55.08% from 255) = 26.37%
R=36.91%
G=36.72%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619514000.010.290.2358.9332.1865.88
HexC4C38C011D173b2042
Octal3043032140135277340102
Binary1100010011000011100011000111101101111110111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C38C; }

 p { color: rgb(196,195,140); }

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

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

 a { background-color: rgb(196,195,140); }

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

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

 span { border-color: rgb(196,195,140); }

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