Html Css Color HEX #C5BE46 Old Gold

📋 copy color: '#C5BE46'

red 197 ◦ green 190 ◦ blue 70

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

Shades of Old Gold #C5BE46

Tints of Old Gold #C5BE46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.32%

R = 43.11%
G = 41.58%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C5BE46 (or 0xC5BE46) is known color: Old Gold. HEX triplet: C5, BE and 46. RGB value is (197,190,70). Sum of RGB (Red+Green+Blue) = 197+190+70=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 70 (27.73% from 255 or 15.32% from 457); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BE46 is #3A41B9. Grayscale: #B2B2B2. Windows color (decimal): -3817914 or 4636357. OLE color: 4636357.

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

Color convert

RGB 197 190 70 -
CMYK 0 0.04 0.64 0.23
HSL 56.69º 0.52% 0.52% -
HSV(B) 56.69º 0.64% 0.77% -
XYZ 42.54 49.14 13.04 -
YUV 178.41 66.82 141.26 -
System Red Green Blue C M Y K H S L
Decimal 197 190 70 0 0.04 0.64 0.23 56.69 0.52 0.52
Hex C5 BE 46 0 4 40 17 39 34 34
Octal 305 276 106 0 4 100 27 71 64 64
Binary 11000101 10111110 1000110 0 100 1000000 10111 111001 110100 110100

Color Harmonies of #C5BE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BE46

Black with #C5BE46

Text Example


Text Example

White with #C5BE46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BE46; }

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

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

background-color css

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

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

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

border-color css

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

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

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