#B0BA62

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

Shades of Olive Green #B0BA62

Tints of Olive Green #B0BA62

Color information

#B0BA62 (or 0xB0BA62) is unknown color: approx Olive Green. HEX triplet: B0, BA and 62. RGB value is (176,186,98). Sum of RGB (Red+Green+Blue) = 176+186+98=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 98 (38.67% from 255 or 21.30% from 460); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BA62 is #4F459D. Grayscale: #ADADAD. Windows color (decimal): -5195166 or 6470320. OLE color: 6470320.

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

Color convert

RGB17618698-
CMYK0.0500.470.27
HSL66.82º38.94%55.69%-
HSV(B)66.82º47.31%72.94%-
XYZ37.6745.2318.3-
YUV172.9885.69130.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.26%
GREEN value IS 186 (73.05% from 255) = 40.43%
BLUE value IS 98 (38.67% from 255) = 21.30%
R=38.26%
G=40.43%
B=21.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176186980.0500.470.2766.8238.9455.69
HexB0BA62502F1B432738
Octal2602721425057331034770
Binary101100001011101011000101010101111110111000011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BA62; }

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

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

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

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

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

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

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

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