Html Css Color HEX #C5C537 Wattle

📋 copy color: '#C5C537'

red 197 ◦ green 197 ◦ blue 55

#C5C537
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wattle #C5C537

Tints of Wattle #C5C537

RGB

 RED value IS 197 (77.34% from 255) = 43.88%

 GREEN value IS 197 (77.34% from 255) = 43.88%

 BLUE value IS 55 (21.88% from 255) = 12.25%

R = 43.88%
G = 43.88%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C5C537 (or 0xC5C537) is known color: Wattle. HEX triplet: C5, C5 and 37. RGB value is (197,197,55). Sum of RGB (Red+Green+Blue) = 197+197+55=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 197 (77.34% from 255 or 43.88% from 449); Blue value is 55 (21.88% from 255 or 12.25% from 449); Max value from RGB is 197 - color contains mainly: red, green. Hex color #C5C537 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C537 is #3A3AC8. Grayscale: #B5B5B5. Windows color (decimal): -3816137 or 3655109. OLE color: 3655109.

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

Color convert

RGB 197 197 55 -
CMYK 0 0 0.72 0.23
HSL 60º 0.56% 0.49% -
HSV(B) 60º 0.72% 0.77% -
XYZ 43.68 52.08 11.36 -
YUV 180.81 57 139.55 -
System Red Green Blue C M Y K H S L
Decimal 197 197 55 0 0 0.72 0.23 60 0.56 0.49
Hex C5 C5 37 0 0 48 17 3C 38 31
Octal 305 305 67 0 0 110 27 74 70 61
Binary 11000101 11000101 110111 0 0 1001000 10111 111100 111000 110001

Color Harmonies of #C5C537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C537

Black with #C5C537

Text Example


Text Example

White with #C5C537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C537; }

 p { color: rgb(197,197,55); }

 H1.HeaderClassName
 {
   color: #C5C537;
 }
 .AnyTagClassName
 {
   color: #C5C537;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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