#BFB557

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

Shades of Olive Green #BFB557

Tints of Olive Green #BFB557

Color information

#BFB557 (or 0xBFB557) is unknown color: approx Olive Green. HEX triplet: BF, B5 and 57. RGB value is (191,181,87). Sum of RGB (Red+Green+Blue) = 191+181+87=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 87 (34.38% from 255 or 18.95% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB557 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB557 is #404AA8. Grayscale: #ADADAD. Windows color (decimal): -4213417 or 5748159. OLE color: 5748159.

HSL color Cylindrical-coordinate representation of color #BFB557: hue angle of 54.23º 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 #BFB557 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB19118187-
CMYK00.050.540.25
HSL54.23º44.83%54.51%-
HSV(B)54.23º54.45%74.9%-
XYZ39.7344.8115.57-
YUV173.2779.31140.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.61%
GREEN value IS 181 (71.09% from 255) = 39.43%
BLUE value IS 87 (34.38% from 255) = 18.95%
R=41.61%
G=39.43%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911818700.050.540.2554.2344.8354.51
HexBFB557053619362d37
Octal277265127056631665567
Binary10111111101101011010111010111011011001110110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB557; }

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

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

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

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

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

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

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

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