#BAAE60

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

Shades of Gimblet #BAAE60

Tints of Gimblet #BAAE60

Color information

#BAAE60 (or 0xBAAE60) is unknown color: approx Gimblet. HEX triplet: BA, AE and 60. RGB value is (186,174,96). Sum of RGB (Red+Green+Blue) = 186+174+96=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAE60 is #45519F. Grayscale: #A9A9A9. Windows color (decimal): -4542880 or 6336186. OLE color: 6336186.

HSL color Cylindrical-coordinate representation of color #BAAE60: hue angle of 52º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BAAE60 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB18617496-
CMYK00.060.480.27
HSL52º39.47%55.29%-
HSV(B)52º48.39%72.94%-
XYZ37.541.5617.11-
YUV168.786.98140.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.79%
GREEN value IS 174 (68.36% from 255) = 38.16%
BLUE value IS 96 (37.89% from 255) = 21.05%
R=40.79%
G=38.16%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861749600.060.480.275239.4755.29
HexBAAE6006301B342737
Octal272256140066033644767
Binary10111010101011101100000011011000011011110100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAE60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAE60; }

 p { color: rgb(186,174,96); }

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

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

 a { background-color: rgb(186,174,96); }

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

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

 span { border-color: rgb(186,174,96); }

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