#C6C28F

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

Shades of Green Mist #C6C28F

Tints of Green Mist #C6C28F

Color information

#C6C28F (or 0xC6C28F) is unknown color: approx Green Mist. HEX triplet: C6, C2 and 8F. RGB value is (198,194,143). Sum of RGB (Red+Green+Blue) = 198+194+143=535 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.01% from 535); Green value is 194 (76.17% from 255 or 36.26% from 535); Blue value is 143 (56.25% from 255 or 26.73% from 535); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C28F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C28F is #393D70. Grayscale: #BDBDBD. Windows color (decimal): -3751281 or 9421510. OLE color: 9421510.

HSL color Cylindrical-coordinate representation of color #C6C28F: hue angle of 55.64º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C6C28F is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB198194143-
CMYK00.020.280.22
HSL55.64º32.54%66.86%-
HSV(B)55.64º27.78%77.65%-
XYZ47.5452.5733.63-
YUV189.38101.83134.15-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.01%
GREEN value IS 194 (76.17% from 255) = 36.26%
BLUE value IS 143 (56.25% from 255) = 26.73%
R=37.01%
G=36.26%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819414300.020.280.2255.6432.5466.86
HexC6C28F021C16382143
Octal3063022170234267041103
Binary11000110110000101000111101011100101101110001000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C28F; }

 p { color: rgb(198,194,143); }

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

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

 a { background-color: rgb(198,194,143); }

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

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

 span { border-color: rgb(198,194,143); }

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