#B3BC59

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

Shades of Olive Green #B3BC59

Tints of Olive Green #B3BC59

Color information

#B3BC59 (or 0xB3BC59) is unknown color: approx Olive Green. HEX triplet: B3, BC and 59. RGB value is (179,188,89). Sum of RGB (Red+Green+Blue) = 179+188+89=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 89 (35.16% from 255 or 19.52% from 456); Max value from RGB is 188 - color contains mainly: green. Hex color #B3BC59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BC59 is #4C43A6. Grayscale: #AEAEAE. Windows color (decimal): -4998055 or 5881011. OLE color: 5881011.

HSL color Cylindrical-coordinate representation of color #B3BC59: hue angle of 65.45º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B3BC59 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB17918889-
CMYK0.0500.530.26
HSL65.45º42.49%54.31%-
HSV(B)65.45º52.66%73.73%-
XYZ38.3846.2716.36-
YUV174.0280.02131.55-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.25%
GREEN value IS 188 (73.83% from 255) = 41.23%
BLUE value IS 89 (35.16% from 255) = 19.52%
R=39.25%
G=41.23%
B=19.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal179188890.0500.530.2665.4542.4954.31
HexB3BC5950351A412a36
Octal2632741315065321015266
Binary101100111011110010110011010110101110101000001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BC59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BC59; }

 p { color: rgb(179,188,89); }

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

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

 a { background-color: rgb(179,188,89); }

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

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

 span { border-color: rgb(179,188,89); }

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