#C3BE3E

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

Shades of Old Gold #C3BE3E

Tints of Old Gold #C3BE3E

Color information

#C3BE3E (or 0xC3BE3E) is unknown color: approx Old Gold. HEX triplet: C3, BE and 3E. RGB value is (195,190,62). Sum of RGB (Red+Green+Blue) = 195+190+62=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 62 (24.61% from 255 or 13.87% from 447); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BE3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BE3E is #3C41C1. Grayscale: #B1B1B1. Windows color (decimal): -3948994 or 4112067. OLE color: 4112067.

HSL color Cylindrical-coordinate representation of color #C3BE3E: hue angle of 57.74º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C3BE3E is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB19519062-
CMYK00.030.680.24
HSL57.74º52.57%50.39%-
HSV(B)57.74º68.21%76.47%-
XYZ41.7948.7811.77-
YUV176.963.16140.91-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.62%
GREEN value IS 190 (74.61% from 255) = 42.51%
BLUE value IS 62 (24.61% from 255) = 13.87%
R=43.62%
G=42.51%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951906200.030.680.2457.7452.5750.39
HexC3BE3E0344183a3532
Octal303276760310430726562
Binary1100001110111110111110011100010011000111010110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BE3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BE3E; }

 p { color: rgb(195,190,62); }

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

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

 a { background-color: rgb(195,190,62); }

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

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

 span { border-color: rgb(195,190,62); }

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