#B3B364

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

Shades of Olive Green #B3B364

Tints of Olive Green #B3B364

Color information

#B3B364 (or 0xB3B364) is unknown color: approx Olive Green. HEX triplet: B3, B3 and 64. RGB value is (179,179,100). Sum of RGB (Red+Green+Blue) = 179+179+100=458 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.08% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 100 (39.45% from 255 or 21.83% from 458); Max value from RGB is 179 - color contains mainly: red, green. Hex color #B3B364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B364 is #4C4C9B. Grayscale: #AAAAAA. Windows color (decimal): -5000348 or 6599603. OLE color: 6599603.

HSL color Cylindrical-coordinate representation of color #B3B364: hue angle of 60º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B3B364 is Cyan = 0, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB179179100-
CMYK000.440.30
HSL60º34.2%54.71%-
HSV(B)60º44.13%70.2%-
XYZ37.0142.7418.36-
YUV169.9988.5134.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.08%
GREEN value IS 179 (70.31% from 255) = 39.08%
BLUE value IS 100 (39.45% from 255) = 21.83%
R=39.08%
G=39.08%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179179100000.440.306034.254.71
HexB3B364002C1E3c2237
Octal263263144005436744267
Binary101100111011001111001000010110011110111100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B364; }

 p { color: rgb(179,179,100); }

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

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

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

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

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

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

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