#BBA85B

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

Shades of Gimblet #BBA85B

Tints of Gimblet #BBA85B

Color information

#BBA85B (or 0xBBA85B) is unknown color: approx Gimblet. HEX triplet: BB, A8 and 5B. RGB value is (187,168,91). Sum of RGB (Red+Green+Blue) = 187+168+91=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 91 (35.94% from 255 or 20.40% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA85B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA85B is #4457A4. Grayscale: #A5A5A5. Windows color (decimal): -4478885 or 6006971. OLE color: 6006971.

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

Color convert

RGB18716891-
CMYK00.100.510.27
HSL48.12º41.38%54.51%-
HSV(B)48.12º51.34%73.33%-
XYZ36.3839.3315.57-
YUV164.986.29143.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.93%
GREEN value IS 168 (66.02% from 255) = 37.67%
BLUE value IS 91 (35.94% from 255) = 20.40%
R=41.93%
G=37.67%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871689100.100.510.2748.1241.3854.51
HexBBA85B0A331B302937
Octal2732501330126333605167
Binary101110111010100010110110101011001111011110000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA85B; }

 p { color: rgb(187,168,91); }

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

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

 a { background-color: rgb(187,168,91); }

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

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

 span { border-color: rgb(187,168,91); }

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