#C0BE92

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

Shades of Green Mist #C0BE92

Tints of Green Mist #C0BE92

Color information

#C0BE92 (or 0xC0BE92) is unknown color: approx Green Mist. HEX triplet: C0, BE and 92. RGB value is (192,190,146). Sum of RGB (Red+Green+Blue) = 192+190+146=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 190 (74.61% from 255 or 35.98% from 528); Blue value is 146 (57.42% from 255 or 27.65% from 528); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BE92 is #3F416D. Grayscale: #B9B9B9. Windows color (decimal): -4145518 or 9617088. OLE color: 9617088.

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

Color convert

RGB192190146-
CMYK00.010.240.25
HSL57.39º26.74%66.27%-
HSV(B)57.39º23.96%75.29%-
XYZ45.3450.1134.48-
YUV185.58105.66132.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.36%
GREEN value IS 190 (74.61% from 255) = 35.98%
BLUE value IS 146 (57.42% from 255) = 27.65%
R=36.36%
G=35.98%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19219014600.010.240.2557.3926.7466.27
HexC0BE92011819391b42
Octal3002762220130317133102
Binary110000001011111010010010011100011001111001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BE92; }

 p { color: rgb(192,190,146); }

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

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

 a { background-color: rgb(192,190,146); }

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

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

 span { border-color: rgb(192,190,146); }

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