#C1BF91

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

Shades of Green Mist #C1BF91

Tints of Green Mist #C1BF91

Color information

#C1BF91 (or 0xC1BF91) is unknown color: approx Green Mist. HEX triplet: C1, BF and 91. RGB value is (193,191,145). Sum of RGB (Red+Green+Blue) = 193+191+145=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 191 (75% from 255 or 36.11% from 529); Blue value is 145 (57.03% from 255 or 27.41% from 529); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BF91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BF91 is #3E406E. Grayscale: #BABABA. Windows color (decimal): -4079727 or 9551809. OLE color: 9551809.

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

Color convert

RGB193191145-
CMYK00.010.250.24
HSL57.5º27.91%66.27%-
HSV(B)57.5º24.87%75.69%-
XYZ45.7350.6434.15-
YUV186.35104.66132.74-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.48%
GREEN value IS 191 (75% from 255) = 36.11%
BLUE value IS 145 (57.03% from 255) = 27.41%
R=36.48%
G=36.11%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19319114500.010.250.2457.527.9166.27
HexC1BF910119183a1c42
Octal3012772210131307234102
Binary110000011011111110010001011100111000111010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BF91; }

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

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

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

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

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

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

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

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