#BFBB57

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

Shades of Olive Green #BFBB57

Tints of Olive Green #BFBB57

Color information

#BFBB57 (or 0xBFBB57) is unknown color: approx Olive Green. HEX triplet: BF, BB and 57. RGB value is (191,187,87). Sum of RGB (Red+Green+Blue) = 191+187+87=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 87 (34.38% from 255 or 18.71% from 465); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBB57 is #4044A8. Grayscale: #B1B1B1. Windows color (decimal): -4211881 or 5749695. OLE color: 5749695.

HSL color Cylindrical-coordinate representation of color #BFBB57: hue angle of 57.69º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFBB57 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB19118787-
CMYK00.020.540.25
HSL57.69º44.83%54.51%-
HSV(B)57.69º54.45%74.9%-
XYZ40.9847.3115.99-
YUV176.877.33138.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.08%
GREEN value IS 187 (73.44% from 255) = 40.22%
BLUE value IS 87 (34.38% from 255) = 18.71%
R=41.08%
G=40.22%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911878700.020.540.2557.6944.8354.51
HexBFBB570236193a2d37
Octal277273127026631725567
Binary1011111110111011101011101011011011001111010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBB57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBB57; }

 p { color: rgb(191,187,87); }

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

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

 a { background-color: rgb(191,187,87); }

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

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

 span { border-color: rgb(191,187,87); }

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