Html Css Color HEX #C5BF37 Old Gold

📋 copy color: '#C5BF37'

red 197 ◦ green 191 ◦ blue 55

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

Shades of Old Gold #C5BF37

Tints of Old Gold #C5BF37

RGB

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

 GREEN value IS 191 (75% from 255) = 43.12%

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

R = 44.47%
G = 43.12%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C5BF37 (or 0xC5BF37) is known color: Old Gold. HEX triplet: C5, BF and 37. RGB value is (197,191,55). Sum of RGB (Red+Green+Blue) = 197+191+55=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 55 (21.88% from 255 or 12.42% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BF37 is #3A40C8. Grayscale: #B1B1B1. Windows color (decimal): -3817673 or 3653573. OLE color: 3653573.

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

Color convert

RGB 197 191 55 -
CMYK 0 0.03 0.72 0.23
HSL 57.46º 0.56% 0.49% -
HSV(B) 57.46º 0.72% 0.77% -
XYZ 42.35 49.41 10.92 -
YUV 177.29 58.99 142.06 -
System Red Green Blue C M Y K H S L
Decimal 197 191 55 0 0.03 0.72 0.23 57.46 0.56 0.49
Hex C5 BF 37 0 3 48 17 39 38 31
Octal 305 277 67 0 3 110 27 71 70 61
Binary 11000101 10111111 110111 0 11 1001000 10111 111001 111000 110001

Color Harmonies of #C5BF37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BF37

Black with #C5BF37

Text Example


Text Example

White with #C5BF37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BF37; }

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

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

background-color css

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

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

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

border-color css

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

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

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