#BFBA54

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

Shades of Olive Green #BFBA54

Tints of Olive Green #BFBA54

Color information

#BFBA54 (or 0xBFBA54) is unknown color: approx Olive Green. HEX triplet: BF, BA and 54. RGB value is (191,186,84). Sum of RGB (Red+Green+Blue) = 191+186+84=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 84 (33.20% from 255 or 18.22% from 461); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBA54 is #4045AB. Grayscale: #B0B0B0. Windows color (decimal): -4212140 or 5552831. OLE color: 5552831.

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

Color convert

RGB19118684-
CMYK00.030.560.25
HSL57.2º45.53%53.92%-
HSV(B)57.2º56.02%74.9%-
XYZ40.6546.8315.29-
YUV175.8776.16138.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.43%
GREEN value IS 186 (73.05% from 255) = 40.35%
BLUE value IS 84 (33.20% from 255) = 18.22%
R=41.43%
G=40.35%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911868400.030.560.2557.245.5353.92
HexBFBA54033819392e36
Octal277272124037031715666
Binary1011111110111010101010001111100011001111001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBA54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBA54; }

 p { color: rgb(191,186,84); }

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

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

 a { background-color: rgb(191,186,84); }

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

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

 span { border-color: rgb(191,186,84); }

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