#C5C13B

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

Shades of Wattle #C5C13B

Tints of Wattle #C5C13B

Color information

#C5C13B (or 0xC5C13B) is unknown color: approx Wattle. HEX triplet: C5, C1 and 3B. RGB value is (197,193,59). Sum of RGB (Red+Green+Blue) = 197+193+59=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 193 (75.78% from 255 or 42.98% from 449); Blue value is 59 (23.44% from 255 or 13.14% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C13B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C13B is #3A3EC4. Grayscale: #B3B3B3. Windows color (decimal): -3817157 or 3916229. OLE color: 3916229.

HSL color Cylindrical-coordinate representation of color #C5C13B: hue angle of 58.26º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C5C13B is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB19719359-
CMYK00.020.700.23
HSL58.26º54.33%50.2%-
HSV(B)58.26º70.05%77.25%-
XYZ42.8950.3311.59-
YUV178.9260.33140.9-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.88%
GREEN value IS 193 (75.78% from 255) = 42.98%
BLUE value IS 59 (23.44% from 255) = 13.14%
R=43.88%
G=42.98%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971935900.020.700.2358.2654.3350.2
HexC5C13B0246173a3632
Octal305301730210627726662
Binary1100010111000001111011010100011010111111010110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C13B; }

 p { color: rgb(197,193,59); }

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

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

 a { background-color: rgb(197,193,59); }

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

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

 span { border-color: rgb(197,193,59); }

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