Html Css Color HEX #C5BA40 Old Gold

📋 copy color: '#C5BA40'

red 197 ◦ green 186 ◦ blue 64

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

Shades of Old Gold #C5BA40

Tints of Old Gold #C5BA40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.32%

R = 44.07%
G = 41.61%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C5BA40 (or 0xC5BA40) is known color: Old Gold. HEX triplet: C5, BA and 40. RGB value is (197,186,64). Sum of RGB (Red+Green+Blue) = 197+186+64=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 64 (25.39% from 255 or 14.32% from 447); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BA40 is #3A45BF. Grayscale: #AFAFAF. Windows color (decimal): -3818944 or 4242117. OLE color: 4242117.

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

Color convert

RGB 197 186 64 -
CMYK 0 0.06 0.68 0.23
HSL 55.04º 0.53% 0.51% -
HSV(B) 55.04º 0.68% 0.77% -
XYZ 41.51 47.36 11.8 -
YUV 175.38 65.14 143.42 -
System Red Green Blue C M Y K H S L
Decimal 197 186 64 0 0.06 0.68 0.23 55.04 0.53 0.51
Hex C5 BA 40 0 6 44 17 37 35 33
Octal 305 272 100 0 6 104 27 67 65 63
Binary 11000101 10111010 1000000 0 110 1000100 10111 110111 110101 110011

Color Harmonies of #C5BA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BA40

Black with #C5BA40

Text Example


Text Example

White with #C5BA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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