#C9CA3D

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

Shades of Wattle #C9CA3D

Tints of Wattle #C9CA3D

Color information

#C9CA3D (or 0xC9CA3D) is unknown color: approx Wattle. HEX triplet: C9, CA and 3D. RGB value is (201,202,61). Sum of RGB (Red+Green+Blue) = 201+202+61=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 61 (24.22% from 255 or 13.15% from 464); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CA3D is #3635C2. Grayscale: #BABABA. Windows color (decimal): -3552707 or 4049609. OLE color: 4049609.

HSL color Cylindrical-coordinate representation of color #C9CA3D: hue angle of 60.43º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9CA3D is Cyan = 0.00, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB20120261-
CMYK0.0000.700.21
HSL60.43º57.09%51.57%-
HSV(B)60.43º69.8%79.22%-
XYZ46.055512.6-
YUV185.6357.67138.96-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.32%
GREEN value IS 202 (79.30% from 255) = 43.53%
BLUE value IS 61 (24.22% from 255) = 13.15%
R=43.32%
G=43.53%
B=13.15%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201202610.0000.700.2160.4357.0951.57
HexC9CA3D0046153c3934
Octal311312750010625747164
Binary110010011100101011110100100011010101111100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CA3D; }

 p { color: rgb(201,202,61); }

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

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

 a { background-color: rgb(201,202,61); }

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

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

 span { border-color: rgb(201,202,61); }

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