Html Css Color HEX #C5BA36 Old Gold

📋 copy color: '#C5BA36'

red 197 ◦ green 186 ◦ blue 54

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

Shades of Old Gold #C5BA36

Tints of Old Gold #C5BA36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.36%

R = 45.08%
G = 42.56%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C5BA36 (or 0xC5BA36) is known color: Old Gold. HEX triplet: C5, BA and 36. RGB value is (197,186,54). Sum of RGB (Red+Green+Blue) = 197+186+54=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 54 (21.48% from 255 or 12.36% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BA36 is #3A45C9. Grayscale: #AEAEAE. Windows color (decimal): -3818954 or 3586757. OLE color: 3586757.

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

Color convert

RGB 197 186 54 -
CMYK 0 0.06 0.73 0.23
HSL 55.38º 0.57% 0.49% -
HSV(B) 55.38º 0.73% 0.77% -
XYZ 41.25 47.25 10.44 -
YUV 174.24 60.14 144.23 -
System Red Green Blue C M Y K H S L
Decimal 197 186 54 0 0.06 0.73 0.23 55.38 0.57 0.49
Hex C5 BA 36 0 6 49 17 37 39 31
Octal 305 272 66 0 6 111 27 67 71 61
Binary 11000101 10111010 110110 0 110 1001001 10111 110111 111001 110001

Color Harmonies of #C5BA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BA36

Black with #C5BA36

Text Example


Text Example

White with #C5BA36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BA36; }

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

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

background-color css

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

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

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

border-color css

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

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

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