#C8CA3D

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

Shades of Wattle #C8CA3D

Tints of Wattle #C8CA3D

Color information

#C8CA3D (or 0xC8CA3D) is unknown color: approx Wattle. HEX triplet: C8, CA and 3D. RGB value is (200,202,61). Sum of RGB (Red+Green+Blue) = 200+202+61=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 61 (24.22% from 255 or 13.17% from 463); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CA3D is #3735C2. Grayscale: #B9B9B9. Windows color (decimal): -3618243 or 4049608. OLE color: 4049608.

HSL color Cylindrical-coordinate representation of color #C8CA3D: hue angle of 60.85º 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 #C8CA3D is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB20020261-
CMYK0.0100.700.21
HSL60.85º57.09%51.57%-
HSV(B)60.85º69.8%79.22%-
XYZ45.7854.8612.59-
YUV185.3357.84138.46-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.20%
GREEN value IS 202 (79.30% from 255) = 43.63%
BLUE value IS 61 (24.22% from 255) = 13.17%
R=43.20%
G=43.63%
B=13.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal200202610.0100.700.2160.8557.0951.57
HexC8CA3D1046153d3934
Octal310312751010625757164
Binary110010001100101011110110100011010101111101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CA3D; }

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

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

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

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

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

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

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

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