Html Css Color HEX #C5BE41 Old Gold

📋 copy color: '#C5BE41'

red 197 ◦ green 190 ◦ blue 65

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

Shades of Old Gold #C5BE41

Tints of Old Gold #C5BE41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.38%

R = 43.58%
G = 42.04%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C5BE41 (or 0xC5BE41) is known color: Old Gold. HEX triplet: C5, BE and 41. RGB value is (197,190,65). Sum of RGB (Red+Green+Blue) = 197+190+65=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 65 (25.78% from 255 or 14.38% from 452); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BE41 is #3A41BE. Grayscale: #B2B2B2. Windows color (decimal): -3817919 or 4308677. OLE color: 4308677.

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

Color convert

RGB 197 190 65 -
CMYK 0 0.04 0.67 0.23
HSL 56.82º 0.53% 0.51% -
HSV(B) 56.82º 0.67% 0.77% -
XYZ 42.39 49.08 12.24 -
YUV 177.84 64.32 141.66 -
System Red Green Blue C M Y K H S L
Decimal 197 190 65 0 0.04 0.67 0.23 56.82 0.53 0.51
Hex C5 BE 41 0 4 43 17 39 35 33
Octal 305 276 101 0 4 103 27 71 65 63
Binary 11000101 10111110 1000001 0 100 1000011 10111 111001 110101 110011

Color Harmonies of #C5BE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BE41

Black with #C5BE41

Text Example


Text Example

White with #C5BE41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BE41; }

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

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

background-color css

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

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

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

border-color css

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

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

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