#CCD298

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

Shades of Green Mist #CCD298

Tints of Green Mist #CCD298

Color information

#CCD298 (or 0xCCD298) is unknown color: approx Green Mist. HEX triplet: CC, D2 and 98. RGB value is (204,210,152). Sum of RGB (Red+Green+Blue) = 204+210+152=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 210 (82.42% from 255 or 37.10% from 566); Blue value is 152 (59.77% from 255 or 26.86% from 566); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD298 is #332D67. Grayscale: #C9C9C9. Windows color (decimal): -3353960 or 10015436. OLE color: 10015436.

HSL color Cylindrical-coordinate representation of color #CCD298: hue angle of 66.21º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCD298 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB204210152-
CMYK0.0300.280.18
HSL66.21º39.19%70.98%-
HSV(B)66.21º27.62%82.35%-
XYZ53.6261.238.69-
YUV201.59100.01129.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.04%
GREEN value IS 210 (82.42% from 255) = 37.10%
BLUE value IS 152 (59.77% from 255) = 26.86%
R=36.04%
G=37.10%
B=26.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2042101520.0300.280.1866.2139.1970.98
HexCCD298301C12422747
Octal31432223030342210247107
Binary110011001101001010011000110111001001010000101001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD298; }

 p { color: rgb(204,210,152); }

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

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

 a { background-color: rgb(204,210,152); }

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

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

 span { border-color: rgb(204,210,152); }

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