#c9cf46

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

Shades of Wattle #C9CF46

Tints of Wattle #C9CF46

Color information

#C9CF46 (or 0xC9CF46) is unknown color: approx Wattle. HEX triplet: C9, CF and 46. RGB value is (201,207,70). Sum of RGB (Red+Green+Blue) = 201+207+70=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 70 (27.73% from 255 or 14.64% from 478); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CF46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CF46 is #3630B9. Grayscale: #BEBEBE. Windows color (decimal): -3551418 or 4640713. OLE color: 4640713.

HSL color Cylindrical-coordinate representation of color #C9CF46: hue angle of 62.63º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C9CF46 is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB20120770-
CMYK0.0300.660.19
HSL62.63º58.8%54.31%-
HSV(B)62.63º66.18%81.18%-
XYZ47.5157.4914.39-
YUV189.5960.51136.14-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.05%
GREEN value IS 207 (81.25% from 255) = 43.31%
BLUE value IS 70 (27.73% from 255) = 14.64%
R=42.05%
G=43.31%
B=14.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal201207700.0300.660.1962.6358.854.31
HexC9CF463042133f3b36
Octal3113171063010223777366
Binary11001001110011111000110110100001010011111111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c9cf46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c9cf46; }

 p { color: rgb(201,207,70); }

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

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

 a { background-color: rgb(201,207,70); }

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

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

 span { border-color: rgb(201,207,70); }

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