Html Css Color HEX #C5BC3E Old Gold

📋 copy color: '#C5BC3E'

red 197 ◦ green 188 ◦ blue 62

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

Shades of Old Gold #C5BC3E

Tints of Old Gold #C5BC3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.87%

R = 44.07%
G = 42.06%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C5BC3E (or 0xC5BC3E) is known color: Old Gold. HEX triplet: C5, BC and 3E. RGB value is (197,188,62). Sum of RGB (Red+Green+Blue) = 197+188+62=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 62 (24.61% from 255 or 13.87% from 447); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BC3E is #3A43C1. Grayscale: #B0B0B0. Windows color (decimal): -3818434 or 4111557. OLE color: 4111557.

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

Color convert

RGB 197 188 62 -
CMYK 0 0.05 0.69 0.23
HSL 56º 0.54% 0.51% -
HSV(B) 56º 0.69% 0.77% -
XYZ 41.88 48.18 11.65 -
YUV 176.33 63.48 142.75 -
System Red Green Blue C M Y K H S L
Decimal 197 188 62 0 0.05 0.69 0.23 56 0.54 0.51
Hex C5 BC 3E 0 5 45 17 38 36 33
Octal 305 274 76 0 5 105 27 70 66 63
Binary 11000101 10111100 111110 0 101 1000101 10111 111000 110110 110011

Color Harmonies of #C5BC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BC3E

Black with #C5BC3E

Text Example


Text Example

White with #C5BC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BC3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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