#B0BA5E

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

Shades of Olive Green #B0BA5E

Tints of Olive Green #B0BA5E

Color information

#B0BA5E (or 0xB0BA5E) is unknown color: approx Olive Green. HEX triplet: B0, BA and 5E. RGB value is (176,186,94). Sum of RGB (Red+Green+Blue) = 176+186+94=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 94 (37.11% from 255 or 20.61% from 456); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BA5E is #4F45A1. Grayscale: #ACACAC. Windows color (decimal): -5195170 or 6208176. OLE color: 6208176.

HSL color Cylindrical-coordinate representation of color #B0BA5E: hue angle of 66.52º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0BA5E is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB17618694-
CMYK0.0500.490.27
HSL66.52º40%54.9%-
HSV(B)66.52º49.46%72.94%-
XYZ37.4845.1617.33-
YUV172.5283.69130.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.60%
GREEN value IS 186 (73.05% from 255) = 40.79%
BLUE value IS 94 (37.11% from 255) = 20.61%
R=38.60%
G=40.79%
B=20.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176186940.0500.490.2766.524054.9
HexB0BA5E50311B432837
Octal2602721365061331035067
Binary101100001011101010111101010110001110111000011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BA5E; }

 p { color: rgb(176,186,94); }

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

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

 a { background-color: rgb(176,186,94); }

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

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

 span { border-color: rgb(176,186,94); }

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