Html Css Color HEX #C5BA37 Old Gold

📋 copy color: '#C5BA37'

red 197 ◦ green 186 ◦ blue 55

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

Shades of Old Gold #C5BA37

Tints of Old Gold #C5BA37

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.47%

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

R = 44.98%
G = 42.47%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C5BA37 (or 0xC5BA37) is known color: Old Gold. HEX triplet: C5, BA and 37. RGB value is (197,186,55). Sum of RGB (Red+Green+Blue) = 197+186+55=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 55 (21.88% from 255 or 12.56% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BA37 is #3A45C8. Grayscale: #AEAEAE. Windows color (decimal): -3818953 or 3652293. OLE color: 3652293.

HSL color Cylindrical-coordinate representation of color #C5BA37: hue angle of 55.35º 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 #C5BA37 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 186 55 -
CMYK 0 0.06 0.72 0.23
HSL 55.35º 0.56% 0.49% -
HSV(B) 55.35º 0.72% 0.77% -
XYZ 41.27 47.26 10.56 -
YUV 174.36 60.64 144.15 -
System Red Green Blue C M Y K H S L
Decimal 197 186 55 0 0.06 0.72 0.23 55.35 0.56 0.49
Hex C5 BA 37 0 6 48 17 37 38 31
Octal 305 272 67 0 6 110 27 67 70 61
Binary 11000101 10111010 110111 0 110 1001000 10111 110111 111000 110001

Color Harmonies of #C5BA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BA37

Black with #C5BA37

Text Example


Text Example

White with #C5BA37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BA37; }

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

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

background-color css

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

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

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

border-color css

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

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

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