#CCCF98

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

Shades of Green Mist #CCCF98

Tints of Green Mist #CCCF98

Color information

#CCCF98 (or 0xCCCF98) is unknown color: approx Green Mist. HEX triplet: CC, CF and 98. RGB value is (204,207,152). Sum of RGB (Red+Green+Blue) = 204+207+152=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 207 (81.25% from 255 or 36.77% from 563); Blue value is 152 (59.77% from 255 or 27.00% from 563); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCF98 is #333067. Grayscale: #C8C8C8. Windows color (decimal): -3354728 or 10014668. OLE color: 10014668.

HSL color Cylindrical-coordinate representation of color #CCCF98: hue angle of 63.27º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCCF98 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB204207152-
CMYK0.0100.270.19
HSL63.27º36.42%70.39%-
HSV(B)63.27º26.57%81.18%-
XYZ52.8859.7338.45-
YUV199.83101.01130.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.23%
GREEN value IS 207 (81.25% from 255) = 36.77%
BLUE value IS 152 (59.77% from 255) = 27.00%
R=36.23%
G=36.77%
B=27.00%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2042071520.0100.270.1963.2736.4270.39
HexCCCF98101B133f2446
Octal3143172301033237744106
Binary1100110011001111100110001011011100111111111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCF98; }

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

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

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

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

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

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

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

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