#C8C935

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

Shades of Wattle #C8C935

Tints of Wattle #C8C935

Color information

#C8C935 (or 0xC8C935) is unknown color: approx Wattle. HEX triplet: C8, C9 and 35. RGB value is (200,201,53). Sum of RGB (Red+Green+Blue) = 200+201+53=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 201 (78.91% from 255 or 44.27% from 454); Blue value is 53 (21.09% from 255 or 11.67% from 454); Max value from RGB is 201 - color contains mainly: green. Hex color #C8C935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C935 is #3736CA. Grayscale: #B8B8B8. Windows color (decimal): -3618507 or 3525064. OLE color: 3525064.

HSL color Cylindrical-coordinate representation of color #C8C935: hue angle of 60.41º degrees, saturation: 0.58, 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 #C8C935 is Cyan = 0.00, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB20020153-
CMYK0.0000.740.21
HSL60.41º58.27%49.8%-
HSV(B)60.41º73.63%78.82%-
XYZ45.3554.3111.46-
YUV183.8354.17139.53-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.05%
GREEN value IS 201 (78.91% from 255) = 44.27%
BLUE value IS 53 (21.09% from 255) = 11.67%
R=44.05%
G=44.27%
B=11.67%

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
Decimal200201530.0000.740.2160.4158.2749.8
HexC8C935004A153c3a32
Octal310311650011225747262
Binary110010001100100111010100100101010101111100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C935; }

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

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

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

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

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

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

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

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