#C0BF9F

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

Shades of Green Mist #C0BF9F

Tints of Green Mist #C0BF9F

Color information

#C0BF9F (or 0xC0BF9F) is unknown color: approx Green Mist. HEX triplet: C0, BF and 9F. RGB value is (192,191,159). Sum of RGB (Red+Green+Blue) = 192+191+159=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 159 (62.5% from 255 or 29.34% from 542); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BF9F is #3F4060. Grayscale: #BBBBBB. Windows color (decimal): -4145249 or 10469312. OLE color: 10469312.

HSL color Cylindrical-coordinate representation of color #C0BF9F: hue angle of 58.18º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0BF9F is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB192191159-
CMYK00.010.170.25
HSL58.18º20.75%68.82%-
HSV(B)58.18º17.19%75.29%-
XYZ46.6350.9740.18-
YUV187.65111.83131.1-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.42%
GREEN value IS 191 (75% from 255) = 35.24%
BLUE value IS 159 (62.5% from 255) = 29.34%
R=35.42%
G=35.24%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19219115900.010.170.2558.1820.7568.82
HexC0BF9F0111193a1545
Octal3002772370121317225105
Binary110000001011111110011111011000111001111010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BF9F; }

 p { color: rgb(192,191,159); }

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

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

 a { background-color: rgb(192,191,159); }

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

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

 span { border-color: rgb(192,191,159); }

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