#c5c638

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

Shades of Wattle #C5C638

Tints of Wattle #C5C638

Color information

#C5C638 (or 0xC5C638) is unknown color: approx Wattle. HEX triplet: C5, C6 and 38. RGB value is (197,198,56). Sum of RGB (Red+Green+Blue) = 197+198+56=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 198 (77.73% from 255 or 43.90% from 451); Blue value is 56 (22.27% from 255 or 12.42% from 451); Max value from RGB is 198 - color contains mainly: green. Hex color #C5C638 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C638 is #3A39C7. Grayscale: #B6B6B6. Windows color (decimal): -3815880 or 3720901. OLE color: 3720901.

HSL color Cylindrical-coordinate representation of color #C5C638: hue angle of 60.42º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5C638 is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB19719856-
CMYK0.0100.720.22
HSL60.42º55.91%49.8%-
HSV(B)60.42º71.72%77.65%-
XYZ43.9352.5411.57-
YUV181.5157.17139.05-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.68%
GREEN value IS 198 (77.73% from 255) = 43.90%
BLUE value IS 56 (22.27% from 255) = 12.42%
R=43.68%
G=43.90%
B=12.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal197198560.0100.720.2260.4255.9149.8
HexC5C6381048163c3832
Octal305306701011026747062
Binary110001011100011011100010100100010110111100111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5c638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5c638; }

 p { color: rgb(197,198,56); }

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

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

 a { background-color: rgb(197,198,56); }

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

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

 span { border-color: rgb(197,198,56); }

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