#BFB851

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

Shades of Olive Green #BFB851

Tints of Olive Green #BFB851

Color information

#BFB851 (or 0xBFB851) is unknown color: approx Olive Green. HEX triplet: BF, B8 and 51. RGB value is (191,184,81). Sum of RGB (Red+Green+Blue) = 191+184+81=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 81 (32.03% from 255 or 17.76% from 456); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB851 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB851 is #4047AE. Grayscale: #AEAEAE. Windows color (decimal): -4212655 or 5355711. OLE color: 5355711.

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

Color convert

RGB19118481-
CMYK00.040.580.25
HSL56.18º46.22%53.33%-
HSV(B)56.18º57.59%74.9%-
XYZ40.1145.9514.54-
YUV174.3575.32139.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.89%
GREEN value IS 184 (72.27% from 255) = 40.35%
BLUE value IS 81 (32.03% from 255) = 17.76%
R=41.89%
G=40.35%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911848100.040.580.2556.1846.2253.33
HexBFB851043A19382e35
Octal277270121047231705665
Binary10111111101110001010001010011101011001111000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB851; }

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

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

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

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

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

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

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

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