#B4B963

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

Shades of Olive Green #B4B963

Tints of Olive Green #B4B963

Color information

#B4B963 (or 0xB4B963) is unknown color: approx Olive Green. HEX triplet: B4, B9 and 63. RGB value is (180,185,99). Sum of RGB (Red+Green+Blue) = 180+185+99=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 185 (72.66% from 255 or 39.87% from 464); Blue value is 99 (39.06% from 255 or 21.34% from 464); Max value from RGB is 185 - color contains mainly: green. Hex color #B4B963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B963 is #4B469C. Grayscale: #AEAEAE. Windows color (decimal): -4933277 or 6535604. OLE color: 6535604.

HSL color Cylindrical-coordinate representation of color #B4B963: hue angle of 63.49º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B4B963 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB18018599-
CMYK0.0300.460.27
HSL63.49º38.05%55.69%-
HSV(B)63.49º46.49%72.55%-
XYZ38.4245.318.52-
YUV173.785.84132.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.79%
GREEN value IS 185 (72.66% from 255) = 39.87%
BLUE value IS 99 (39.06% from 255) = 21.34%
R=38.79%
G=39.87%
B=21.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180185990.0300.460.2763.4938.0555.69
HexB4B963302E1B3f2638
Octal264271143305633774670
Binary1011010010111001110001111010111011011111111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B963; }

 p { color: rgb(180,185,99); }

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

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

 a { background-color: rgb(180,185,99); }

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

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

 span { border-color: rgb(180,185,99); }

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