Html Css Color HEX #C5BC39 Old Gold

📋 copy color: '#C5BC39'

red 197 ◦ green 188 ◦ blue 57

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

Shades of Old Gold #C5BC39

Tints of Old Gold #C5BC39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 12.9%

R = 44.57%
G = 42.53%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C5BC39 (or 0xC5BC39) is known color: Old Gold. HEX triplet: C5, BC and 39. RGB value is (197,188,57). Sum of RGB (Red+Green+Blue) = 197+188+57=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 57 (22.66% from 255 or 12.90% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BC39 is #3A43C6. Grayscale: #B0B0B0. Windows color (decimal): -3818439 or 3783877. OLE color: 3783877.

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

Color convert

RGB 197 188 57 -
CMYK 0 0.05 0.71 0.23
HSL 56.14º 0.55% 0.5% -
HSV(B) 56.14º 0.71% 0.77% -
XYZ 41.75 48.13 10.96 -
YUV 175.76 60.98 143.15 -
System Red Green Blue C M Y K H S L
Decimal 197 188 57 0 0.05 0.71 0.23 56.14 0.55 0.5
Hex C5 BC 39 0 5 47 17 38 37 32
Octal 305 274 71 0 5 107 27 70 67 62
Binary 11000101 10111100 111001 0 101 1000111 10111 111000 110111 110010

Color Harmonies of #C5BC39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BC39

Black with #C5BC39

Text Example


Text Example

White with #C5BC39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BC39; }

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

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

background-color css

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

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

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

border-color css

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

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

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