#BFB654

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

Shades of Olive Green #BFB654

Tints of Olive Green #BFB654

Color information

#BFB654 (or 0xBFB654) is unknown color: approx Olive Green. HEX triplet: BF, B6 and 54. RGB value is (191,182,84). Sum of RGB (Red+Green+Blue) = 191+182+84=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 182 (71.48% from 255 or 39.82% from 457); Blue value is 84 (33.20% from 255 or 18.38% from 457); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB654 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB654 is #4049AB. Grayscale: #ADADAD. Windows color (decimal): -4213164 or 5551807. OLE color: 5551807.

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

Color convert

RGB19118284-
CMYK00.050.560.25
HSL54.95º45.53%53.92%-
HSV(B)54.95º56.02%74.9%-
XYZ39.8145.1715.01-
YUV173.5277.48140.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.79%
GREEN value IS 182 (71.48% from 255) = 39.82%
BLUE value IS 84 (33.20% from 255) = 18.38%
R=41.79%
G=39.82%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911828400.050.560.2554.9545.5353.92
HexBFB654053819372e36
Octal277266124057031675666
Binary10111111101101101010100010111100011001110111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB654; }

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

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

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

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

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

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

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

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