#C3BF95

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

Shades of Green Mist #C3BF95

Tints of Green Mist #C3BF95

Color information

#C3BF95 (or 0xC3BF95) is unknown color: approx Green Mist. HEX triplet: C3, BF and 95. RGB value is (195,191,149). Sum of RGB (Red+Green+Blue) = 195+191+149=535 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.45% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BF95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BF95 is #3C406A. Grayscale: #BBBBBB. Windows color (decimal): -3948651 or 9813955. OLE color: 9813955.

HSL color Cylindrical-coordinate representation of color #C3BF95: hue angle of 54.78º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3BF95 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB195191149-
CMYK00.020.240.24
HSL54.78º27.71%67.45%-
HSV(B)54.78º23.59%76.47%-
XYZ46.5651.0335.83-
YUV187.41106.33133.42-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.45%
GREEN value IS 191 (75% from 255) = 35.70%
BLUE value IS 149 (58.59% from 255) = 27.85%
R=36.45%
G=35.70%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519114900.020.240.2454.7827.7167.45
HexC3BF95021818371c43
Octal3032772250230306734103
Binary1100001110111111100101010101100011000110111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BF95; }

 p { color: rgb(195,191,149); }

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

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

 a { background-color: rgb(195,191,149); }

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

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

 span { border-color: rgb(195,191,149); }

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