Html Css Color HEX #C5BE3A Old Gold

📋 copy color: '#C5BE3A'

red 197 ◦ green 190 ◦ blue 58

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

Shades of Old Gold #C5BE3A

Tints of Old Gold #C5BE3A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.7%

 BLUE value IS 58 (23.05% from 255) = 13.03%

R = 44.27%
G = 42.7%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C5BE3A (or 0xC5BE3A) is known color: Old Gold. HEX triplet: C5, BE and 3A. RGB value is (197,190,58). Sum of RGB (Red+Green+Blue) = 197+190+58=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 190 (74.61% from 255 or 42.70% from 445); Blue value is 58 (23.05% from 255 or 13.03% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BE3A is #3A41C5. Grayscale: #B1B1B1. Windows color (decimal): -3817926 or 3849925. OLE color: 3849925.

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

Color convert

RGB 197 190 58 -
CMYK 0 0.04 0.71 0.23
HSL 56.98º 0.55% 0.5% -
HSV(B) 56.98º 0.71% 0.77% -
XYZ 42.2 49 11.24 -
YUV 177.05 60.82 142.23 -
System Red Green Blue C M Y K H S L
Decimal 197 190 58 0 0.04 0.71 0.23 56.98 0.55 0.5
Hex C5 BE 3A 0 4 47 17 39 37 32
Octal 305 276 72 0 4 107 27 71 67 62
Binary 11000101 10111110 111010 0 100 1000111 10111 111001 110111 110010

Color Harmonies of #C5BE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BE3A

Black with #C5BE3A

Text Example


Text Example

White with #C5BE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BE3A; }

 p { color: rgb(197,190,58); }

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

background-color css

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

 a { background-color: rgb(197,190,58); }

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

border-color css

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

 span { border-color: rgb(197,190,58); }

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