#BFB758

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

Shades of Olive Green #BFB758

Tints of Olive Green #BFB758

Color information

#BFB758 (or 0xBFB758) is unknown color: approx Olive Green. HEX triplet: BF, B7 and 58. RGB value is (191,183,88). Sum of RGB (Red+Green+Blue) = 191+183+88=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 183 (71.88% from 255 or 39.61% from 462); Blue value is 88 (34.77% from 255 or 19.05% from 462); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB758 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB758 is #4048A7. Grayscale: #AEAEAE. Windows color (decimal): -4212904 or 5814207. OLE color: 5814207.

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

Color convert

RGB19118388-
CMYK00.040.540.25
HSL55.34º44.59%54.71%-
HSV(B)55.34º53.93%74.9%-
XYZ40.1845.6515.93-
YUV174.5679.15139.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.34%
GREEN value IS 183 (71.88% from 255) = 39.61%
BLUE value IS 88 (34.77% from 255) = 19.05%
R=41.34%
G=39.61%
B=19.05%

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
Decimal1911838800.040.540.2555.3444.5954.71
HexBFB758043619372d37
Octal277267130046631675567
Binary10111111101101111011000010011011011001110111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB758; }

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

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

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

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

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

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

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

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