#CCD49B

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

Shades of Green Mist #CCD49B

Tints of Green Mist #CCD49B

Color information

#CCD49B (or 0xCCD49B) is unknown color: approx Green Mist. HEX triplet: CC, D4 and 9B. RGB value is (204,212,155). Sum of RGB (Red+Green+Blue) = 204+212+155=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 212 (83.20% from 255 or 37.13% from 571); Blue value is 155 (60.94% from 255 or 27.15% from 571); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD49B is #332B64. Grayscale: #CBCBCB. Windows color (decimal): -3353445 or 10212556. OLE color: 10212556.

HSL color Cylindrical-coordinate representation of color #CCD49B: hue angle of 68.42º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCD49B is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB204212155-
CMYK0.0400.270.17
HSL68.42º39.86%71.96%-
HSV(B)68.42º26.89%83.14%-
XYZ54.3662.2940.17-
YUV203.11100.85128.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.73%
GREEN value IS 212 (83.20% from 255) = 37.13%
BLUE value IS 155 (60.94% from 255) = 27.15%
R=35.73%
G=37.13%
B=27.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2042121550.0400.270.1768.4239.8671.96
HexCCD49B401B11442848
Octal31432423340332110450110
Binary1100110011010100100110111000110111000110001001010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD49B; }

 p { color: rgb(204,212,155); }

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

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

 a { background-color: rgb(204,212,155); }

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

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

 span { border-color: rgb(204,212,155); }

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