Html Css Color HEX #C5BC4A Old Gold

📋 copy color: '#C5BC4A'

red 197 ◦ green 188 ◦ blue 74

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

Shades of Old Gold #C5BC4A

Tints of Old Gold #C5BC4A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.96%

 BLUE value IS 74 (29.3% from 255) = 16.12%

R = 42.92%
G = 40.96%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5BC4A (or 0xC5BC4A) is known color: Old Gold. HEX triplet: C5, BC and 4A. RGB value is (197,188,74). Sum of RGB (Red+Green+Blue) = 197+188+74=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 74 (29.30% from 255 or 16.12% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BC4A is #3A43B5. Grayscale: #B2B2B2. Windows color (decimal): -3818422 or 4897989. OLE color: 4897989.

HSL color Cylindrical-coordinate representation of color #C5BC4A: hue angle of 55.61º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5BC4A is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 188 74 -
CMYK 0 0.05 0.62 0.23
HSL 55.61º 0.51% 0.53% -
HSV(B) 55.61º 0.62% 0.77% -
XYZ 42.25 48.33 13.58 -
YUV 177.7 69.48 141.77 -
System Red Green Blue C M Y K H S L
Decimal 197 188 74 0 0.05 0.62 0.23 55.61 0.51 0.53
Hex C5 BC 4A 0 5 3E 17 38 33 35
Octal 305 274 112 0 5 76 27 70 63 65
Binary 11000101 10111100 1001010 0 101 111110 10111 111000 110011 110101

Color Harmonies of #C5BC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BC4A

Black with #C5BC4A

Text Example


Text Example

White with #C5BC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BC4A; }

 p { color: rgb(197,188,74); }

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

background-color css

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

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

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

border-color css

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

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

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