#baae56

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

Shades of Gimblet #BAAE56

Tints of Gimblet #BAAE56

Color information

#BAAE56 (or 0xBAAE56) is unknown color: approx Gimblet. HEX triplet: BA, AE and 56. RGB value is (186,174,86). Sum of RGB (Red+Green+Blue) = 186+174+86=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 174 (68.36% from 255 or 39.01% from 446); Blue value is 86 (33.98% from 255 or 19.28% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAE56 is #4551A9. Grayscale: #A7A7A7. Windows color (decimal): -4542890 or 5680826. OLE color: 5680826.

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

Color convert

RGB18617486-
CMYK00.060.540.27
HSL52.8º42.02%53.33%-
HSV(B)52.8º53.76%72.94%-
XYZ37.0741.3814.84-
YUV167.5681.98141.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.70%
GREEN value IS 174 (68.36% from 255) = 39.01%
BLUE value IS 86 (33.98% from 255) = 19.28%
R=41.70%
G=39.01%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861748600.060.540.2752.842.0253.33
HexBAAE5606361B352a35
Octal272256126066633655265
Binary10111010101011101010110011011011011011110101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #baae56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #baae56; }

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

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

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

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

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

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

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

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