#C5C235

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

Shades of Wattle #C5C235

Tints of Wattle #C5C235

Color information

#C5C235 (or 0xC5C235) is unknown color: approx Wattle. HEX triplet: C5, C2 and 35. RGB value is (197,194,53). Sum of RGB (Red+Green+Blue) = 197+194+53=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 194 (76.17% from 255 or 43.69% from 444); Blue value is 53 (21.09% from 255 or 11.94% from 444); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C235 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C235 is #3A3DCA. Grayscale: #B3B3B3. Windows color (decimal): -3816907 or 3523269. OLE color: 3523269.

HSL color Cylindrical-coordinate representation of color #C5C235: hue angle of 58.75º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C5C235 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB19719453-
CMYK00.020.730.23
HSL58.75º57.6%49.02%-
HSV(B)58.75º73.1%77.25%-
XYZ42.9650.7110.89-
YUV178.8256.99140.96-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.37%
GREEN value IS 194 (76.17% from 255) = 43.69%
BLUE value IS 53 (21.09% from 255) = 11.94%
R=44.37%
G=43.69%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971945300.020.730.2358.7557.649.02
HexC5C2350249173b3a31
Octal305302650211127737261
Binary1100010111000010110101010100100110111111011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C235; }

 p { color: rgb(197,194,53); }

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

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

 a { background-color: rgb(197,194,53); }

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

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

 span { border-color: rgb(197,194,53); }

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