#B3B467

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

Shades of Olive Green #B3B467

Tints of Olive Green #B3B467

Color information

#B3B467 (or 0xB3B467) is unknown color: approx Olive Green. HEX triplet: B3, B4 and 67. RGB value is (179,180,103). Sum of RGB (Red+Green+Blue) = 179+180+103=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 180 (70.70% from 255 or 38.96% from 462); Blue value is 103 (40.62% from 255 or 22.29% from 462); Max value from RGB is 180 - color contains mainly: green. Hex color #B3B467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B467 is #4C4B98. Grayscale: #ABABAB. Windows color (decimal): -5000089 or 6796467. OLE color: 6796467.

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

Color convert

RGB179180103-
CMYK0.0100.430.29
HSL60.78º33.92%55.49%-
HSV(B)60.78º42.78%70.59%-
XYZ37.3643.2119.2-
YUV170.9289.67133.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.74%
GREEN value IS 180 (70.70% from 255) = 38.96%
BLUE value IS 103 (40.62% from 255) = 22.29%
R=38.74%
G=38.96%
B=22.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791801030.0100.430.2960.7833.9255.49
HexB3B467102B1D3d2237
Octal263264147105335754267
Binary101100111011010011001111010101111101111101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B467; }

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

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

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

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

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

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

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

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