#B4B860

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

Shades of Olive Green #B4B860

Tints of Olive Green #B4B860

Color information

#B4B860 (or 0xB4B860) is unknown color: approx Olive Green. HEX triplet: B4, B8 and 60. RGB value is (180,184,96). Sum of RGB (Red+Green+Blue) = 180+184+96=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 184 (72.27% from 255 or 40% from 460); Blue value is 96 (37.89% from 255 or 20.87% from 460); Max value from RGB is 184 - color contains mainly: green. Hex color #B4B860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B860 is #4B479F. Grayscale: #ADADAD. Windows color (decimal): -4933536 or 6338740. OLE color: 6338740.

HSL color Cylindrical-coordinate representation of color #B4B860: hue angle of 62.73º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B4B860 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB18018496-
CMYK0.0200.480.28
HSL62.73º38.26%54.9%-
HSV(B)62.73º47.83%72.16%-
XYZ38.0744.8317.71-
YUV172.7784.67133.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.13%
GREEN value IS 184 (72.27% from 255) = 40%
BLUE value IS 96 (37.89% from 255) = 20.87%
R=39.13%
G=40%
B=20.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal180184960.0200.480.2862.7338.2654.9
HexB4B86020301C3f2637
Octal264270140206034774667
Binary1011010010111000110000010011000011100111111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B860; }

 p { color: rgb(180,184,96); }

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

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

 a { background-color: rgb(180,184,96); }

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

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

 span { border-color: rgb(180,184,96); }

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