#C8CA46

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

Shades of Wattle #C8CA46

Tints of Wattle #C8CA46

Color information

#C8CA46 (or 0xC8CA46) is unknown color: approx Wattle. HEX triplet: C8, CA and 46. RGB value is (200,202,70). Sum of RGB (Red+Green+Blue) = 200+202+70=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 70 (27.73% from 255 or 14.83% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CA46 is #3735B9. Grayscale: #BABABA. Windows color (decimal): -3618234 or 4639432. OLE color: 4639432.

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

Color convert

RGB20020270-
CMYK0.0100.650.21
HSL60.91º55.46%53.33%-
HSV(B)60.91º65.35%79.22%-
XYZ46.0554.9613.98-
YUV186.3562.34137.73-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.37%
GREEN value IS 202 (79.30% from 255) = 42.80%
BLUE value IS 70 (27.73% from 255) = 14.83%
R=42.37%
G=42.80%
B=14.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal200202700.0100.650.2160.9155.4653.33
HexC8CA461041153d3735
Octal3103121061010125756765
Binary1100100011001010100011010100000110101111101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CA46; }

 p { color: rgb(200,202,70); }

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

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

 a { background-color: rgb(200,202,70); }

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

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

 span { border-color: rgb(200,202,70); }

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