#B0BA61

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

Shades of Olive Green #B0BA61

Tints of Olive Green #B0BA61

Color information

#B0BA61 (or 0xB0BA61) is unknown color: approx Olive Green. HEX triplet: B0, BA and 61. RGB value is (176,186,97). Sum of RGB (Red+Green+Blue) = 176+186+97=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 97 (38.28% from 255 or 21.13% from 459); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BA61 is #4F459E. Grayscale: #ADADAD. Windows color (decimal): -5195167 or 6404784. OLE color: 6404784.

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

Color convert

RGB17618697-
CMYK0.0500.480.27
HSL66.74º39.21%55.49%-
HSV(B)66.74º47.85%72.94%-
XYZ37.6245.2118.05-
YUV172.8685.19130.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.34%
GREEN value IS 186 (73.05% from 255) = 40.52%
BLUE value IS 97 (38.28% from 255) = 21.13%
R=38.34%
G=40.52%
B=21.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176186970.0500.480.2766.7439.2155.49
HexB0BA6150301B432737
Octal2602721415060331034767
Binary101100001011101011000011010110000110111000011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BA61; }

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

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

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

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

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

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

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

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