#B9AE5B

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

Shades of Gimblet #B9AE5B

Tints of Gimblet #B9AE5B

Color information

#B9AE5B (or 0xB9AE5B) is unknown color: approx Gimblet. HEX triplet: B9, AE and 5B. RGB value is (185,174,91). Sum of RGB (Red+Green+Blue) = 185+174+91=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 174 (68.36% from 255 or 38.67% from 450); Blue value is 91 (35.94% from 255 or 20.22% from 450); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AE5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AE5B is #4651A4. Grayscale: #A8A8A8. Windows color (decimal): -4608421 or 6008505. OLE color: 6008505.

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

Color convert

RGB18517491-
CMYK00.060.510.27
HSL52.98º40.17%54.12%-
HSV(B)52.98º50.81%72.55%-
XYZ37.0341.3415.93-
YUV167.8384.64140.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.11%
GREEN value IS 174 (68.36% from 255) = 38.67%
BLUE value IS 91 (35.94% from 255) = 20.22%
R=41.11%
G=38.67%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851749100.060.510.2752.9840.1754.12
HexB9AE5B06331B352836
Octal271256133066333655066
Binary10111001101011101011011011011001111011110101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AE5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AE5B; }

 p { color: rgb(185,174,91); }

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

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

 a { background-color: rgb(185,174,91); }

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

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

 span { border-color: rgb(185,174,91); }

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