Html Css Color HEX #C5BA3E Old Gold

📋 copy color: '#C5BA3E'

red 197 ◦ green 186 ◦ blue 62

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

Shades of Old Gold #C5BA3E

Tints of Old Gold #C5BA3E

RGB

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

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

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

R = 44.27%
G = 41.8%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C5BA3E (or 0xC5BA3E) is known color: Old Gold. HEX triplet: C5, BA and 3E. RGB value is (197,186,62). Sum of RGB (Red+Green+Blue) = 197+186+62=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 62 (24.61% from 255 or 13.93% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BA3E is #3A45C1. Grayscale: #AFAFAF. Windows color (decimal): -3818946 or 4111045. OLE color: 4111045.

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

Color convert

RGB 197 186 62 -
CMYK 0 0.06 0.69 0.23
HSL 55.11º 0.54% 0.51% -
HSV(B) 55.11º 0.69% 0.77% -
XYZ 41.45 47.34 11.51 -
YUV 175.15 64.14 143.58 -
System Red Green Blue C M Y K H S L
Decimal 197 186 62 0 0.06 0.69 0.23 55.11 0.54 0.51
Hex C5 BA 3E 0 6 45 17 37 36 33
Octal 305 272 76 0 6 105 27 67 66 63
Binary 11000101 10111010 111110 0 110 1000101 10111 110111 110110 110011

Color Harmonies of #C5BA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BA3E

Black with #C5BA3E

Text Example


Text Example

White with #C5BA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BA3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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