#B0A95B

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

Shades of Olive Green #B0A95B

Tints of Olive Green #B0A95B

Color information

#B0A95B (or 0xB0A95B) is unknown color: approx Olive Green. HEX triplet: B0, A9 and 5B. RGB value is (176,169,91). Sum of RGB (Red+Green+Blue) = 176+169+91=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 169 (66.41% from 255 or 38.76% from 436); Blue value is 91 (35.94% from 255 or 20.87% from 436); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A95B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A95B is #4F56A4. Grayscale: #A2A2A2. Windows color (decimal): -5199525 or 6007216. OLE color: 6007216.

HSL color Cylindrical-coordinate representation of color #B0A95B: hue angle of 55.06º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B0A95B is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB17616991-
CMYK00.040.480.31
HSL55.06º34.98%52.35%-
HSV(B)55.06º48.3%69.02%-
XYZ33.9838.3615.51-
YUV162.287.82137.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.37%
GREEN value IS 169 (66.41% from 255) = 38.76%
BLUE value IS 91 (35.94% from 255) = 20.87%
R=40.37%
G=38.76%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761699100.040.480.3155.0634.9852.35
HexB0A95B04301F372334
Octal260251133046037674364
Binary10110000101010011011011010011000011111110111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A95B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A95B; }

 p { color: rgb(176,169,91); }

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

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

 a { background-color: rgb(176,169,91); }

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

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

 span { border-color: rgb(176,169,91); }

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