#BFB556

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

Shades of Olive Green #BFB556

Tints of Olive Green #BFB556

Color information

#BFB556 (or 0xBFB556) is unknown color: approx Olive Green. HEX triplet: BF, B5 and 56. RGB value is (191,181,86). Sum of RGB (Red+Green+Blue) = 191+181+86=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 181 (71.09% from 255 or 39.52% from 458); Blue value is 86 (33.98% from 255 or 18.78% from 458); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB556 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB556 is #404AA9. Grayscale: #ADADAD. Windows color (decimal): -4213418 or 5682623. OLE color: 5682623.

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

Color convert

RGB19118186-
CMYK00.050.550.25
HSL54.29º45.06%54.31%-
HSV(B)54.29º54.97%74.9%-
XYZ39.6944.815.36-
YUV173.1678.81140.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.70%
GREEN value IS 181 (71.09% from 255) = 39.52%
BLUE value IS 86 (33.98% from 255) = 18.78%
R=41.70%
G=39.52%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911818600.050.550.2554.2945.0654.31
HexBFB556053719362d36
Octal277265126056731665566
Binary10111111101101011010110010111011111001110110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB556; }

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

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

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

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

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

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

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

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