#BAAE58

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

Shades of Gimblet #BAAE58

Tints of Gimblet #BAAE58

Color information

#BAAE58 (or 0xBAAE58) is unknown color: approx Gimblet. HEX triplet: BA, AE and 58. RGB value is (186,174,88). Sum of RGB (Red+Green+Blue) = 186+174+88=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 174 (68.36% from 255 or 38.84% from 448); Blue value is 88 (34.77% from 255 or 19.64% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAE58 is #4551A7. Grayscale: #A8A8A8. Windows color (decimal): -4542888 or 5811898. OLE color: 5811898.

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

Color convert

RGB18617488-
CMYK00.060.530.27
HSL52.65º41.53%53.73%-
HSV(B)52.65º52.69%72.94%-
XYZ37.1541.4215.27-
YUV167.7882.98140.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.52%
GREEN value IS 174 (68.36% from 255) = 38.84%
BLUE value IS 88 (34.77% from 255) = 19.64%
R=41.52%
G=38.84%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861748800.060.530.2752.6541.5353.73
HexBAAE5806351B352a36
Octal272256130066533655266
Binary10111010101011101011000011011010111011110101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAE58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAE58; }

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

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

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

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

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

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

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

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