#CCCE49

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

Shades of Wattle #CCCE49

Tints of Wattle #CCCE49

Color information

#CCCE49 (or 0xCCCE49) is unknown color: approx Wattle. HEX triplet: CC, CE and 49. RGB value is (204,206,73). Sum of RGB (Red+Green+Blue) = 204+206+73=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 73 (28.91% from 255 or 15.11% from 483); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCE49 is #3331B6. Grayscale: #BEBEBE. Windows color (decimal): -3355063 or 4837068. OLE color: 4837068.

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

Color convert

RGB20420673-
CMYK0.0100.650.19
HSL60.9º57.58%54.71%-
HSV(B)60.9º64.56%80.78%-
XYZ48.1857.4614.86-
YUV190.2461.84137.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.24%
GREEN value IS 206 (80.86% from 255) = 42.65%
BLUE value IS 73 (28.91% from 255) = 15.11%
R=42.24%
G=42.65%
B=15.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal204206730.0100.650.1960.957.5854.71
HexCCCE491041133d3a37
Octal3143161111010123757267
Binary1100110011001110100100110100000110011111101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCE49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCE49; }

 p { color: rgb(204,206,73); }

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

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

 a { background-color: rgb(204,206,73); }

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

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

 span { border-color: rgb(204,206,73); }

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