#c9cc44

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

Shades of Wattle #C9CC44

Tints of Wattle #C9CC44

Color information

#C9CC44 (or 0xC9CC44) is unknown color: approx Wattle. HEX triplet: C9, CC and 44. RGB value is (201,204,68). Sum of RGB (Red+Green+Blue) = 201+204+68=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 68 (26.95% from 255 or 14.38% from 473); Max value from RGB is 204 - color contains mainly: green. Hex color #C9CC44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CC44 is #3633BB. Grayscale: #BCBCBC. Windows color (decimal): -3552188 or 4508873. OLE color: 4508873.

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

Color convert

RGB20120468-
CMYK0.0100.670.2
HSL61.32º57.14%53.33%-
HSV(B)61.32º66.67%80%-
XYZ46.7256.0213.82-
YUV187.660.51137.56-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.49%
GREEN value IS 204 (80.08% from 255) = 43.13%
BLUE value IS 68 (26.95% from 255) = 14.38%
R=42.49%
G=43.13%
B=14.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal201204680.0100.670.261.3257.1453.33
HexC9CC441043143d3935
Octal3113141041010324757165
Binary1100100111001100100010010100001110100111101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c9cc44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c9cc44; }

 p { color: rgb(201,204,68); }

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

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

 a { background-color: rgb(201,204,68); }

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

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

 span { border-color: rgb(201,204,68); }

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