#BFB757

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

Shades of Olive Green #BFB757

Tints of Olive Green #BFB757

Color information

#BFB757 (or 0xBFB757) is unknown color: approx Olive Green. HEX triplet: BF, B7 and 57. RGB value is (191,183,87). Sum of RGB (Red+Green+Blue) = 191+183+87=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 183 (71.88% from 255 or 39.70% from 461); Blue value is 87 (34.38% from 255 or 18.87% from 461); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB757 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB757 is #4048A8. Grayscale: #AEAEAE. Windows color (decimal): -4212905 or 5748671. OLE color: 5748671.

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

Color convert

RGB19118387-
CMYK00.040.540.25
HSL55.38º44.83%54.51%-
HSV(B)55.38º54.45%74.9%-
XYZ40.1445.6315.71-
YUV174.4578.65139.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.43%
GREEN value IS 183 (71.88% from 255) = 39.70%
BLUE value IS 87 (34.38% from 255) = 18.87%
R=41.43%
G=39.70%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911838700.040.540.2555.3844.8354.51
HexBFB757043619372d37
Octal277267127046631675567
Binary10111111101101111010111010011011011001110111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB757; }

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

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

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

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

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

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

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

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