Html Css Color HEX #C5B836 Old Gold

📋 copy color: '#C5B836'

red 197 ◦ green 184 ◦ blue 54

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

Shades of Old Gold #C5B836

Tints of Old Gold #C5B836

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.3%

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

R = 45.29%
G = 42.3%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C5B836 (or 0xC5B836) is known color: Old Gold. HEX triplet: C5, B8 and 36. RGB value is (197,184,54). Sum of RGB (Red+Green+Blue) = 197+184+54=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 184 (72.27% from 255 or 42.30% from 435); Blue value is 54 (21.48% from 255 or 12.41% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B836 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B836 is #3A47C9. Grayscale: #ADADAD. Windows color (decimal): -3819466 or 3586245. OLE color: 3586245.

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

Color convert

RGB 197 184 54 -
CMYK 0 0.07 0.73 0.23
HSL 54.55º 0.57% 0.49% -
HSV(B) 54.55º 0.73% 0.77% -
XYZ 40.83 46.42 10.3 -
YUV 173.07 60.81 145.07 -
System Red Green Blue C M Y K H S L
Decimal 197 184 54 0 0.07 0.73 0.23 54.55 0.57 0.49
Hex C5 B8 36 0 7 49 17 37 39 31
Octal 305 270 66 0 7 111 27 67 71 61
Binary 11000101 10111000 110110 0 111 1001001 10111 110111 111001 110001

Color Harmonies of #C5B836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B836

Black with #C5B836

Text Example


Text Example

White with #C5B836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B836; }

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

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

background-color css

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

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

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

border-color css

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

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

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