#C1BF92

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

Shades of Green Mist #C1BF92

Tints of Green Mist #C1BF92

Color information

#C1BF92 (or 0xC1BF92) is unknown color: approx Green Mist. HEX triplet: C1, BF and 92. RGB value is (193,191,146). Sum of RGB (Red+Green+Blue) = 193+191+146=530 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.42% from 530); Green value is 191 (75% from 255 or 36.04% from 530); Blue value is 146 (57.42% from 255 or 27.55% from 530); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BF92 is #3E406D. Grayscale: #BABABA. Windows color (decimal): -4079726 or 9617345. OLE color: 9617345.

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

Color convert

RGB193191146-
CMYK00.010.240.24
HSL57.45º27.49%66.47%-
HSV(B)57.45º24.35%75.69%-
XYZ45.8150.6734.56-
YUV186.47105.16132.66-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.42%
GREEN value IS 191 (75% from 255) = 36.04%
BLUE value IS 146 (57.42% from 255) = 27.55%
R=36.42%
G=36.04%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19319114600.010.240.2457.4527.4966.47
HexC1BF92011818391b42
Octal3012772220130307133102
Binary110000011011111110010010011100011000111001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BF92; }

 p { color: rgb(193,191,146); }

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

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

 a { background-color: rgb(193,191,146); }

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

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

 span { border-color: rgb(193,191,146); }

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