#C6C298

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

Shades of Green Mist #C6C298

Tints of Green Mist #C6C298

Color information

#C6C298 (or 0xC6C298) is unknown color: approx Green Mist. HEX triplet: C6, C2 and 98. RGB value is (198,194,152). Sum of RGB (Red+Green+Blue) = 198+194+152=544 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.40% from 544); Green value is 194 (76.17% from 255 or 35.66% from 544); Blue value is 152 (59.77% from 255 or 27.94% from 544); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C298 is #393D67. Grayscale: #BEBEBE. Windows color (decimal): -3751272 or 10011334. OLE color: 10011334.

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

Color convert

RGB198194152-
CMYK00.020.230.22
HSL54.78º28.75%68.63%-
HSV(B)54.78º23.23%77.65%-
XYZ48.2552.8637.37-
YUV190.41106.33133.42-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.40%
GREEN value IS 194 (76.17% from 255) = 35.66%
BLUE value IS 152 (59.77% from 255) = 27.94%
R=36.40%
G=35.66%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819415200.020.230.2254.7828.7568.63
HexC6C298021716371d45
Octal3063022300227266735105
Binary1100011011000010100110000101011110110110111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C298; }

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

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

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

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

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

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

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

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