#C0C28B

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

Shades of Green Mist #C0C28B

Tints of Green Mist #C0C28B

Color information

#C0C28B (or 0xC0C28B) is unknown color: approx Green Mist. HEX triplet: C0, C2 and 8B. RGB value is (192,194,139). Sum of RGB (Red+Green+Blue) = 192+194+139=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 139 (54.69% from 255 or 26.48% from 525); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C28B is #3F3D74. Grayscale: #BBBBBB. Windows color (decimal): -4144501 or 9159360. OLE color: 9159360.

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

Color convert

RGB192194139-
CMYK0.0100.280.24
HSL62.18º31.07%65.29%-
HSV(B)62.18º28.35%76.08%-
XYZ45.6951.6531.99-
YUV187.13100.84131.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.57%
GREEN value IS 194 (76.17% from 255) = 36.95%
BLUE value IS 139 (54.69% from 255) = 26.48%
R=36.57%
G=36.95%
B=26.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921941390.0100.280.2462.1831.0765.29
HexC0C28B101C183e1f41
Octal3003022131034307637101
Binary110000001100001010001011101110011000111110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C28B; }

 p { color: rgb(192,194,139); }

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

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

 a { background-color: rgb(192,194,139); }

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

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

 span { border-color: rgb(192,194,139); }

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