#C8C84A

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

Shades of Wattle #C8C84A

Tints of Wattle #C8C84A

Color information

#C8C84A (or 0xC8C84A) is unknown color: approx Wattle. HEX triplet: C8, C8 and 4A. RGB value is (200,200,74). Sum of RGB (Red+Green+Blue) = 200+200+74=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 200 (78.52% from 255 or 42.19% from 474); Blue value is 74 (29.30% from 255 or 15.61% from 474); Max value from RGB is 200 - color contains mainly: red, green. Hex color #C8C84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C84A is #3737B5. Grayscale: #BABABA. Windows color (decimal): -3618742 or 4901064. OLE color: 4901064.

HSL color Cylindrical-coordinate representation of color #C8C84A: hue angle of 60º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C8C84A is Cyan = 0, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB20020074-
CMYK000.630.22
HSL60º53.39%53.73%-
HSV(B)60º63%78.43%-
XYZ45.7154.0814.51-
YUV185.6465138.25-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.19%
GREEN value IS 200 (78.52% from 255) = 42.19%
BLUE value IS 74 (29.30% from 255) = 15.61%
R=42.19%
G=42.19%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20020074000.630.226053.3953.73
HexC8C84A003F163c3536
Octal310310112007726746566
Binary110010001100100010010100011111110110111100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C84A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C84A; }

 p { color: rgb(200,200,74); }

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

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

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

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

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

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

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