#BFB454

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

Shades of Olive Green #BFB454

Tints of Olive Green #BFB454

Color information

#BFB454 (or 0xBFB454) is unknown color: approx Olive Green. HEX triplet: BF, B4 and 54. RGB value is (191,180,84). Sum of RGB (Red+Green+Blue) = 191+180+84=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 180 (70.70% from 255 or 39.56% from 455); Blue value is 84 (33.20% from 255 or 18.46% from 455); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB454 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB454 is #404BAB. Grayscale: #ACACAC. Windows color (decimal): -4213676 or 5551295. OLE color: 5551295.

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

Color convert

RGB19118084-
CMYK00.060.560.25
HSL53.83º45.53%53.92%-
HSV(B)53.83º56.02%74.9%-
XYZ39.4144.3614.87-
YUV172.3478.14141.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.98%
GREEN value IS 180 (70.70% from 255) = 39.56%
BLUE value IS 84 (33.20% from 255) = 18.46%
R=41.98%
G=39.56%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911808400.060.560.2553.8345.5353.92
HexBFB454063819362e36
Octal277264124067031665666
Binary10111111101101001010100011011100011001110110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB454; }

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

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

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

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

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

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

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

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