#BFBA58

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

Shades of Olive Green #BFBA58

Tints of Olive Green #BFBA58

Color information

#BFBA58 (or 0xBFBA58) is unknown color: approx Olive Green. HEX triplet: BF, BA and 58. RGB value is (191,186,88). Sum of RGB (Red+Green+Blue) = 191+186+88=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 88 (34.77% from 255 or 18.92% from 465); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBA58 is #4045A7. Grayscale: #B0B0B0. Windows color (decimal): -4212136 or 5814975. OLE color: 5814975.

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

Color convert

RGB19118688-
CMYK00.030.540.25
HSL57.09º44.59%54.71%-
HSV(B)57.09º53.93%74.9%-
XYZ40.8146.916.13-
YUV176.3278.16138.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.08%
GREEN value IS 186 (73.05% from 255) = 40%
BLUE value IS 88 (34.77% from 255) = 18.92%
R=41.08%
G=40%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911868800.030.540.2557.0944.5954.71
HexBFBA58033619392d37
Octal277272130036631715567
Binary1011111110111010101100001111011011001111001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBA58; }

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

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

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

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

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

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

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

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