#C8C934

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

Shades of Wattle #C8C934

Tints of Wattle #C8C934

Color information

#C8C934 (or 0xC8C934) is unknown color: approx Wattle. HEX triplet: C8, C9 and 34. RGB value is (200,201,52). Sum of RGB (Red+Green+Blue) = 200+201+52=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 201 (78.91% from 255 or 44.37% from 453); Blue value is 52 (20.70% from 255 or 11.48% from 453); Max value from RGB is 201 - color contains mainly: green. Hex color #C8C934 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C934 is #3736CB. Grayscale: #B8B8B8. Windows color (decimal): -3618508 or 3459528. OLE color: 3459528.

HSL color Cylindrical-coordinate representation of color #C8C934: hue angle of 60.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C8C934 is Cyan = 0.00, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB20020152-
CMYK0.0000.740.21
HSL60.4º58.89%49.61%-
HSV(B)60.4º74.13%78.82%-
XYZ45.3354.311.34-
YUV183.7153.67139.62-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.15%
GREEN value IS 201 (78.91% from 255) = 44.37%
BLUE value IS 52 (20.70% from 255) = 11.48%
R=44.15%
G=44.37%
B=11.48%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal200201520.0000.740.2160.458.8949.61
HexC8C934004A153c3b32
Octal310311640011225747362
Binary110010001100100111010000100101010101111100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C934; }

 p { color: rgb(200,201,52); }

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

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

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

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

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

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

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