Html Css Color HEX #C5BA46 Old Gold

📋 copy color: '#C5BA46'

red 197 ◦ green 186 ◦ blue 70

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

Shades of Old Gold #C5BA46

Tints of Old Gold #C5BA46

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.06%

 BLUE value IS 70 (27.73% from 255) = 15.45%

R = 43.49%
G = 41.06%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C5BA46 (or 0xC5BA46) is known color: Old Gold. HEX triplet: C5, BA and 46. RGB value is (197,186,70). Sum of RGB (Red+Green+Blue) = 197+186+70=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 70 (27.73% from 255 or 15.45% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BA46 is #3A45B9. Grayscale: #B0B0B0. Windows color (decimal): -3818938 or 4635333. OLE color: 4635333.

HSL color Cylindrical-coordinate representation of color #C5BA46: hue angle of 54.8º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C5BA46 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 186 70 -
CMYK 0 0.06 0.64 0.23
HSL 54.8º 0.52% 0.52% -
HSV(B) 54.8º 0.64% 0.77% -
XYZ 41.69 47.43 12.75 -
YUV 176.07 68.14 142.93 -
System Red Green Blue C M Y K H S L
Decimal 197 186 70 0 0.06 0.64 0.23 54.8 0.52 0.52
Hex C5 BA 46 0 6 40 17 37 34 34
Octal 305 272 106 0 6 100 27 67 64 64
Binary 11000101 10111010 1000110 0 110 1000000 10111 110111 110100 110100

Color Harmonies of #C5BA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BA46

Black with #C5BA46

Text Example


Text Example

White with #C5BA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BA46; }

 p { color: rgb(197,186,70); }

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

background-color css

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

 a { background-color: rgb(197,186,70); }

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

border-color css

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

 span { border-color: rgb(197,186,70); }

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