#C7CC40

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

Shades of Wattle #C7CC40

Tints of Wattle #C7CC40

Color information

#C7CC40 (or 0xC7CC40) is unknown color: approx Wattle. HEX triplet: C7, CC and 40. RGB value is (199,204,64). Sum of RGB (Red+Green+Blue) = 199+204+64=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 64 (25.39% from 255 or 13.70% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CC40 is #3833BF. Grayscale: #BBBBBB. Windows color (decimal): -3683264 or 4246727. OLE color: 4246727.

HSL color Cylindrical-coordinate representation of color #C7CC40: hue angle of 62.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C7CC40 is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB19920464-
CMYK0.0200.690.2
HSL62.14º57.85%52.55%-
HSV(B)62.14º68.63%80%-
XYZ46.0755.713.17-
YUV186.5458.84136.88-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.61%
GREEN value IS 204 (80.08% from 255) = 43.68%
BLUE value IS 64 (25.39% from 255) = 13.70%
R=42.61%
G=43.68%
B=13.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal199204640.0200.690.262.1457.8552.55
HexC7CC402045143e3a35
Octal3073141002010524767265
Binary11000111110011001000000100100010110100111110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CC40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CC40; }

 p { color: rgb(199,204,64); }

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

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

 a { background-color: rgb(199,204,64); }

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

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

 span { border-color: rgb(199,204,64); }

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