#B3B064

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

Shades of Olive Green #B3B064

Tints of Olive Green #B3B064

Color information

#B3B064 (or 0xB3B064) is unknown color: approx Olive Green. HEX triplet: B3, B0 and 64. RGB value is (179,176,100). Sum of RGB (Red+Green+Blue) = 179+176+100=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 176 (69.14% from 255 or 38.68% from 455); Blue value is 100 (39.45% from 255 or 21.98% from 455); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3B064 is #4C4F9B. Grayscale: #A8A8A8. Windows color (decimal): -5001116 or 6598835. OLE color: 6598835.

HSL color Cylindrical-coordinate representation of color #B3B064: hue angle of 57.72º 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 #B3B064 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB179176100-
CMYK00.020.440.30
HSL57.72º34.2%54.71%-
HSV(B)57.72º44.13%70.2%-
XYZ36.4241.5518.16-
YUV168.2389.49135.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.34%
GREEN value IS 176 (69.14% from 255) = 38.68%
BLUE value IS 100 (39.45% from 255) = 21.98%
R=39.34%
G=38.68%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917610000.020.440.3057.7234.254.71
HexB3B064022C1E3a2237
Octal263260144025436724267
Binary1011001110110000110010001010110011110111010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B064; }

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

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

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

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

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

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

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

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