#BFB858

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

Shades of Olive Green #BFB858

Tints of Olive Green #BFB858

Color information

#BFB858 (or 0xBFB858) is unknown color: approx Olive Green. HEX triplet: BF, B8 and 58. RGB value is (191,184,88). Sum of RGB (Red+Green+Blue) = 191+184+88=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 184 (72.27% from 255 or 39.74% from 463); Blue value is 88 (34.77% from 255 or 19.01% from 463); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB858 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB858 is #4047A7. Grayscale: #AFAFAF. Windows color (decimal): -4212648 or 5814463. OLE color: 5814463.

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

Color convert

RGB19118488-
CMYK00.040.540.25
HSL55.92º44.59%54.71%-
HSV(B)55.92º53.93%74.9%-
XYZ40.3946.0615.99-
YUV175.1578.82139.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.25%
GREEN value IS 184 (72.27% from 255) = 39.74%
BLUE value IS 88 (34.77% from 255) = 19.01%
R=41.25%
G=39.74%
B=19.01%

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
Decimal1911848800.040.540.2555.9244.5954.71
HexBFB858043619382d37
Octal277270130046631705567
Binary10111111101110001011000010011011011001111000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB858; }

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

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

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

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

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

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

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

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