#B4B663

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

Shades of Olive Green #B4B663

Tints of Olive Green #B4B663

Color information

#B4B663 (or 0xB4B663) is unknown color: approx Olive Green. HEX triplet: B4, B6 and 63. RGB value is (180,182,99). Sum of RGB (Red+Green+Blue) = 180+182+99=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 182 (71.48% from 255 or 39.48% from 461); Blue value is 99 (39.06% from 255 or 21.48% from 461); Max value from RGB is 182 - color contains mainly: green. Hex color #B4B663 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B663 is #4B499C. Grayscale: #ACACAC. Windows color (decimal): -4934045 or 6534836. OLE color: 6534836.

HSL color Cylindrical-coordinate representation of color #B4B663: hue angle of 61.45º degrees, saturation: 0.36, 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 #B4B663 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB18018299-
CMYK0.0100.460.29
HSL61.45º36.24%55.1%-
HSV(B)61.45º45.6%71.37%-
XYZ37.844.0618.32-
YUV171.9486.84133.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.05%
GREEN value IS 182 (71.48% from 255) = 39.48%
BLUE value IS 99 (39.06% from 255) = 21.48%
R=39.05%
G=39.48%
B=21.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180182990.0100.460.2961.4536.2455.1
HexB4B663102E1D3d2437
Octal264266143105635754467
Binary101101001011011011000111010111011101111101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B663; }

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

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

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

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

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

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

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

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