Html Css Color HEX #C5BE38 Old Gold

📋 copy color: '#C5BE38'

red 197 ◦ green 190 ◦ blue 56

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

Shades of Old Gold #C5BE38

Tints of Old Gold #C5BE38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.64%

R = 44.47%
G = 42.89%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C5BE38 (or 0xC5BE38) is known color: Old Gold. HEX triplet: C5, BE and 38. RGB value is (197,190,56). Sum of RGB (Red+Green+Blue) = 197+190+56=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 56 (22.27% from 255 or 12.64% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BE38 is #3A41C7. Grayscale: #B1B1B1. Windows color (decimal): -3817928 or 3718853. OLE color: 3718853.

HSL color Cylindrical-coordinate representation of color #C5BE38: hue angle of 57.02º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5BE38 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 190 56 -
CMYK 0 0.04 0.72 0.23
HSL 57.02º 0.56% 0.5% -
HSV(B) 57.02º 0.72% 0.77% -
XYZ 42.15 48.98 10.97 -
YUV 176.82 59.82 142.4 -
System Red Green Blue C M Y K H S L
Decimal 197 190 56 0 0.04 0.72 0.23 57.02 0.56 0.5
Hex C5 BE 38 0 4 48 17 39 38 32
Octal 305 276 70 0 4 110 27 71 70 62
Binary 11000101 10111110 111000 0 100 1001000 10111 111001 111000 110010

Color Harmonies of #C5BE38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BE38

Black with #C5BE38

Text Example


Text Example

White with #C5BE38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BE38; }

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

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

background-color css

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

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

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

border-color css

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

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

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