#C6BE37

Color #C6BE37 Old Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Gold #C6BE37

Tints of Old Gold #C6BE37

Color information

#C6BE37 (or 0xC6BE37) is unknown color: approx Old Gold. HEX triplet: C6, BE and 37. RGB value is (198,190,55). Sum of RGB (Red+Green+Blue) = 198+190+55=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 55 (21.88% from 255 or 12.42% from 443); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BE37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BE37 is #3941C8. Grayscale: #B1B1B1. Windows color (decimal): -3752393 or 3653318. OLE color: 3653318.

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

Color convert

RGB19819055-
CMYK00.040.720.22
HSL56.64º56.52%49.61%-
HSV(B)56.64º72.22%77.65%-
XYZ42.3949.1110.86-
YUV17759.15142.98-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.70%
GREEN value IS 190 (74.61% from 255) = 42.89%
BLUE value IS 55 (21.88% from 255) = 12.42%
R=44.70%
G=42.89%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981905500.040.720.2256.6456.5249.61
HexC6BE37044816393932
Octal306276670411026717162
Binary11000110101111101101110100100100010110111001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BE37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BE37; }

 p { color: rgb(198,190,55); }

 H1.HeaderClassName
 {
   color: #C6BE37;
 }
 .AnyTagClassName
 {
   color: #C6BE37;
 }
</style>
background-color css

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

 a { background-color: rgb(198,190,55); }

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

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

 span { border-color: rgb(198,190,55); }

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