#BFB551

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

Shades of Olive Green #BFB551

Tints of Olive Green #BFB551

Color information

#BFB551 (or 0xBFB551) is unknown color: approx Olive Green. HEX triplet: BF, B5 and 51. RGB value is (191,181,81). Sum of RGB (Red+Green+Blue) = 191+181+81=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 81 (32.03% from 255 or 17.88% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB551 is #404AAE. Grayscale: #ACACAC. Windows color (decimal): -4213423 or 5354943. OLE color: 5354943.

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

Color convert

RGB19118181-
CMYK00.050.580.25
HSL54.55º46.22%53.33%-
HSV(B)54.55º57.59%74.9%-
XYZ39.4944.7214.33-
YUV172.5976.31141.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.16%
GREEN value IS 181 (71.09% from 255) = 39.96%
BLUE value IS 81 (32.03% from 255) = 17.88%
R=42.16%
G=39.96%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911818100.050.580.2554.5546.2253.33
HexBFB551053A19372e35
Octal277265121057231675665
Binary10111111101101011010001010111101011001110111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB551; }

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

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

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

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

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

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

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

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