#B0B85A

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

Shades of Olive Green #B0B85A

Tints of Olive Green #B0B85A

Color information

#B0B85A (or 0xB0B85A) is unknown color: approx Olive Green. HEX triplet: B0, B8 and 5A. RGB value is (176,184,90). Sum of RGB (Red+Green+Blue) = 176+184+90=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 184 (72.27% from 255 or 40.89% from 450); Blue value is 90 (35.55% from 255 or 20% from 450); Max value from RGB is 184 - color contains mainly: green. Hex color #B0B85A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B85A is #4F47A5. Grayscale: #ABABAB. Windows color (decimal): -5195686 or 5945520. OLE color: 5945520.

HSL color Cylindrical-coordinate representation of color #B0B85A: hue angle of 65.11º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0B85A is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB17618490-
CMYK0.0400.510.28
HSL65.11º39.83%53.73%-
HSV(B)65.11º51.09%72.16%-
XYZ36.8944.2516.27-
YUV170.8982.35131.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.11%
GREEN value IS 184 (72.27% from 255) = 40.89%
BLUE value IS 90 (35.55% from 255) = 20%
R=39.11%
G=40.89%
B=20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal176184900.0400.510.2865.1139.8353.73
HexB0B85A40331C412836
Octal2602701324063341015066
Binary101100001011100010110101000110011111001000001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B85A; }

 p { color: rgb(176,184,90); }

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

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

 a { background-color: rgb(176,184,90); }

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

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

 span { border-color: rgb(176,184,90); }

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