Html Css Color HEX #C5BA31 Old Gold

📋 copy color: '#C5BA31'

red 197 ◦ green 186 ◦ blue 49

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

Shades of Old Gold #C5BA31

Tints of Old Gold #C5BA31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.34%

R = 45.6%
G = 43.06%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C5BA31 (or 0xC5BA31) is known color: Old Gold. HEX triplet: C5, BA and 31. RGB value is (197,186,49). Sum of RGB (Red+Green+Blue) = 197+186+49=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 49 (19.53% from 255 or 11.34% from 432); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BA31 is #3A45CE. Grayscale: #AEAEAE. Windows color (decimal): -3818959 or 3259077. OLE color: 3259077.

HSL color Cylindrical-coordinate representation of color #C5BA31: hue angle of 55.54º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C5BA31 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 186 49 -
CMYK 0 0.06 0.75 0.23
HSL 55.54º 0.6% 0.48% -
HSV(B) 55.54º 0.75% 0.77% -
XYZ 41.14 47.21 9.85 -
YUV 173.67 57.64 144.64 -
System Red Green Blue C M Y K H S L
Decimal 197 186 49 0 0.06 0.75 0.23 55.54 0.6 0.48
Hex C5 BA 31 0 6 4B 17 38 3C 30
Octal 305 272 61 0 6 113 27 70 74 60
Binary 11000101 10111010 110001 0 110 1001011 10111 111000 111100 110000

Color Harmonies of #C5BA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BA31

Black with #C5BA31

Text Example


Text Example

White with #C5BA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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