#BFB555

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

Shades of Olive Green #BFB555

Tints of Olive Green #BFB555

Color information

#BFB555 (or 0xBFB555) is unknown color: approx Olive Green. HEX triplet: BF, B5 and 55. RGB value is (191,181,85). Sum of RGB (Red+Green+Blue) = 191+181+85=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 181 (71.09% from 255 or 39.61% from 457); Blue value is 85 (33.59% from 255 or 18.60% from 457); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB555 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB555 is #404AAA. Grayscale: #ADADAD. Windows color (decimal): -4213419 or 5617087. OLE color: 5617087.

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

Color convert

RGB19118185-
CMYK00.050.550.25
HSL54.34º45.3%54.12%-
HSV(B)54.34º55.5%74.9%-
XYZ39.6544.7815.15-
YUV173.0578.31140.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.79%
GREEN value IS 181 (71.09% from 255) = 39.61%
BLUE value IS 85 (33.59% from 255) = 18.60%
R=41.79%
G=39.61%
B=18.60%

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
Decimal1911818500.050.550.2554.3445.354.12
HexBFB555053719362d36
Octal277265125056731665566
Binary10111111101101011010101010111011111001110110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB555; }

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

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

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

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

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

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

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

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