#B8B55A

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

Shades of Olive Green #B8B55A

Tints of Olive Green #B8B55A

Color information

#B8B55A (or 0xB8B55A) is unknown color: approx Olive Green. HEX triplet: B8, B5 and 5A. RGB value is (184,181,90). Sum of RGB (Red+Green+Blue) = 184+181+90=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 181 (71.09% from 255 or 39.78% from 455); Blue value is 90 (35.55% from 255 or 19.78% from 455); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B55A is #474AA5. Grayscale: #ABABAB. Windows color (decimal): -4672166 or 5944760. OLE color: 5944760.

HSL color Cylindrical-coordinate representation of color #B8B55A: hue angle of 58.09º 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 #B8B55A is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB18418190-
CMYK00.020.510.28
HSL58.09º39.83%53.73%-
HSV(B)58.09º51.09%72.16%-
XYZ38.1443.9816.15-
YUV171.5281.99136.9-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.44%
GREEN value IS 181 (71.09% from 255) = 39.78%
BLUE value IS 90 (35.55% from 255) = 19.78%
R=40.44%
G=39.78%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841819000.020.510.2858.0939.8353.73
HexB8B55A02331C3a2836
Octal270265132026334725066
Binary1011100010110101101101001011001111100111010101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B55A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B55A; }

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

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

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

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

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

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

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

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