#B4B262

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

Shades of Olive Green #B4B262

Tints of Olive Green #B4B262

Color information

#B4B262 (or 0xB4B262) is unknown color: approx Olive Green. HEX triplet: B4, B2 and 62. RGB value is (180,178,98). Sum of RGB (Red+Green+Blue) = 180+178+98=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 178 (69.92% from 255 or 39.04% from 456); Blue value is 98 (38.67% from 255 or 21.49% from 456); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B262 is #4B4D9D. Grayscale: #A9A9A9. Windows color (decimal): -4935070 or 6468276. OLE color: 6468276.

HSL color Cylindrical-coordinate representation of color #B4B262: hue angle of 58.54º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B4B262 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB18017898-
CMYK00.010.460.29
HSL58.54º35.34%54.51%-
HSV(B)58.54º45.56%70.59%-
XYZ36.9542.4317.8-
YUV169.4887.66135.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.47%
GREEN value IS 178 (69.92% from 255) = 39.04%
BLUE value IS 98 (38.67% from 255) = 21.49%
R=39.47%
G=39.04%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801789800.010.460.2958.5435.3454.51
HexB4B262012E1D3b2337
Octal264262142015635734367
Binary101101001011001011000100110111011101111011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B262; }

 p { color: rgb(180,178,98); }

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

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

 a { background-color: rgb(180,178,98); }

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

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

 span { border-color: rgb(180,178,98); }

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