#B4B366

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

Shades of Olive Green #B4B366

Tints of Olive Green #B4B366

Color information

#B4B366 (or 0xB4B366) is unknown color: approx Olive Green. HEX triplet: B4, B3 and 66. RGB value is (180,179,102). Sum of RGB (Red+Green+Blue) = 180+179+102=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 179 (70.31% from 255 or 38.83% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B366 is #4B4C99. Grayscale: #AAAAAA. Windows color (decimal): -4934810 or 6730676. OLE color: 6730676.

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

Color convert

RGB180179102-
CMYK00.010.430.29
HSL59.23º34.21%55.29%-
HSV(B)59.23º43.33%70.59%-
XYZ37.3442.918.88-
YUV170.5289.33134.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.05%
GREEN value IS 179 (70.31% from 255) = 38.83%
BLUE value IS 102 (40.23% from 255) = 22.13%
R=39.05%
G=38.83%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017910200.010.430.2959.2334.2155.29
HexB4B366012B1D3b2237
Octal264263146015335734267
Binary101101001011001111001100110101111101111011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B366; }

 p { color: rgb(180,179,102); }

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

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

 a { background-color: rgb(180,179,102); }

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

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

 span { border-color: rgb(180,179,102); }

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