#C6CBA0

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

Shades of Green Mist #C6CBA0

Tints of Green Mist #C6CBA0

Color information

#C6CBA0 (or 0xC6CBA0) is unknown color: approx Green Mist. HEX triplet: C6, CB and A0. RGB value is (198,203,160). Sum of RGB (Red+Green+Blue) = 198+203+160=561 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.29% from 561); Green value is 203 (79.69% from 255 or 36.19% from 561); Blue value is 160 (62.89% from 255 or 28.52% from 561); Max value from RGB is 203 - color contains mainly: green. Hex color #C6CBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CBA0 is #39345F. Grayscale: #C4C4C4. Windows color (decimal): -3748960 or 10537926. OLE color: 10537926.

HSL color Cylindrical-coordinate representation of color #C6CBA0: hue angle of 66.98º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6CBA0 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB198203160-
CMYK0.0200.210.20
HSL66.98º29.25%71.18%-
HSV(B)66.98º21.18%79.61%-
XYZ50.9957.2641.62-
YUV196.6107.34129-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.29%
GREEN value IS 203 (79.69% from 255) = 36.19%
BLUE value IS 160 (62.89% from 255) = 28.52%
R=35.29%
G=36.19%
B=28.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1982031600.0200.210.2066.9829.2571.18
HexC6CBA0201514431d47
Octal30631324020252410335107
Binary11000110110010111010000010010101101001000011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CBA0; }

 p { color: rgb(198,203,160); }

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

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

 a { background-color: rgb(198,203,160); }

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

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

 span { border-color: rgb(198,203,160); }

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