#BFB859

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

Shades of Olive Green #BFB859

Tints of Olive Green #BFB859

Color information

#BFB859 (or 0xBFB859) is unknown color: approx Olive Green. HEX triplet: BF, B8 and 59. RGB value is (191,184,89). Sum of RGB (Red+Green+Blue) = 191+184+89=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 89 (35.16% from 255 or 19.18% from 464); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB859 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB859 is #4047A6. Grayscale: #AFAFAF. Windows color (decimal): -4212647 or 5879999. OLE color: 5879999.

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

Color convert

RGB19118489-
CMYK00.040.530.25
HSL55.88º44.35%54.9%-
HSV(B)55.88º53.4%74.9%-
XYZ40.4346.0816.21-
YUV175.2679.32139.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.16%
GREEN value IS 184 (72.27% from 255) = 39.66%
BLUE value IS 89 (35.16% from 255) = 19.18%
R=41.16%
G=39.66%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911848900.040.530.2555.8844.3554.9
HexBFB859043519382c37
Octal277270131046531705467
Binary10111111101110001011001010011010111001111000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB859; }

 p { color: rgb(191,184,89); }

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

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

 a { background-color: rgb(191,184,89); }

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

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

 span { border-color: rgb(191,184,89); }

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