#BFBE57

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

Shades of Olive Green #BFBE57

Tints of Olive Green #BFBE57

Color information

#BFBE57 (or 0xBFBE57) is unknown color: approx Olive Green. HEX triplet: BF, BE and 57. RGB value is (191,190,87). Sum of RGB (Red+Green+Blue) = 191+190+87=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 87 (34.38% from 255 or 18.59% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBE57 is #4041A8. Grayscale: #B2B2B2. Windows color (decimal): -4211113 or 5750463. OLE color: 5750463.

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

Color convert

RGB19119087-
CMYK00.010.540.25
HSL59.42º44.83%54.51%-
HSV(B)59.42º54.45%74.9%-
XYZ41.6248.5916.2-
YUV178.5676.33136.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.81%
GREEN value IS 190 (74.61% from 255) = 40.60%
BLUE value IS 87 (34.38% from 255) = 18.59%
R=40.81%
G=40.60%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911908700.010.540.2559.4244.8354.51
HexBFBE570136193b2d37
Octal277276127016631735567
Binary101111111011111010101110111011011001111011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBE57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBE57; }

 p { color: rgb(191,190,87); }

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

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

 a { background-color: rgb(191,190,87); }

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

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

 span { border-color: rgb(191,190,87); }

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