#C8C84B

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

Shades of Wattle #C8C84B

Tints of Wattle #C8C84B

Color information

#C8C84B (or 0xC8C84B) is unknown color: approx Wattle. HEX triplet: C8, C8 and 4B. RGB value is (200,200,75). Sum of RGB (Red+Green+Blue) = 200+200+75=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 200 (78.52% from 255 or 42.11% from 475); Blue value is 75 (29.69% from 255 or 15.79% from 475); Max value from RGB is 200 - color contains mainly: red, green. Hex color #C8C84B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C84B is #3737B4. Grayscale: #BABABA. Windows color (decimal): -3618741 or 4966600. OLE color: 4966600.

HSL color Cylindrical-coordinate representation of color #C8C84B: 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.62%. Process color model (Four color, CMYK) of #C8C84B is Cyan = 0, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB20020075-
CMYK000.620.22
HSL60º53.19%53.92%-
HSV(B)60º62.5%78.43%-
XYZ45.7454.114.69-
YUV185.7565.5138.16-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.11%
GREEN value IS 200 (78.52% from 255) = 42.11%
BLUE value IS 75 (29.69% from 255) = 15.79%
R=42.11%
G=42.11%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20020075000.620.226053.1953.92
HexC8C84B003E163c3536
Octal310310113007626746566
Binary110010001100100010010110011111010110111100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C84B; }

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

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

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

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

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

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

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

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