#C6CB90

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

Shades of Green Mist #C6CB90

Tints of Green Mist #C6CB90

Color information

#C6CB90 (or 0xC6CB90) is unknown color: approx Green Mist. HEX triplet: C6, CB and 90. RGB value is (198,203,144). Sum of RGB (Red+Green+Blue) = 198+203+144=545 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.33% from 545); Green value is 203 (79.69% from 255 or 37.25% from 545); Blue value is 144 (56.64% from 255 or 26.42% from 545); Max value from RGB is 203 - color contains mainly: green. Hex color #C6CB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CB90 is #39346F. Grayscale: #C3C3C3. Windows color (decimal): -3748976 or 9489350. OLE color: 9489350.

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

Color convert

RGB198203144-
CMYK0.0200.290.20
HSL65.08º36.2%68.04%-
HSV(B)65.08º29.06%79.61%-
XYZ49.6856.7334.72-
YUV194.7899.34130.3-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.33%
GREEN value IS 203 (79.69% from 255) = 37.25%
BLUE value IS 144 (56.64% from 255) = 26.42%
R=36.33%
G=37.25%
B=26.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1982031440.0200.290.2065.0836.268.04
HexC6CB90201D14412444
Octal30631322020352410144104
Binary110001101100101110010000100111011010010000011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CB90; }

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

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

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

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

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

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

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

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