#B3B966

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

Shades of Olive Green #B3B966

Tints of Olive Green #B3B966

Color information

#B3B966 (or 0xB3B966) is unknown color: approx Olive Green. HEX triplet: B3, B9 and 66. RGB value is (179,185,102). Sum of RGB (Red+Green+Blue) = 179+185+102=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 102 (40.23% from 255 or 21.89% from 466); Max value from RGB is 185 - color contains mainly: green. Hex color #B3B966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B966 is #4C4699. Grayscale: #AEAEAE. Windows color (decimal): -4998810 or 6732211. OLE color: 6732211.

HSL color Cylindrical-coordinate representation of color #B3B966: hue angle of 64.34º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B3B966 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB179185102-
CMYK0.0300.450.27
HSL64.34º37.22%56.27%-
HSV(B)64.34º44.86%72.55%-
XYZ38.3445.2419.28-
YUV173.7487.51131.75-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.41%
GREEN value IS 185 (72.66% from 255) = 39.70%
BLUE value IS 102 (40.23% from 255) = 21.89%
R=38.41%
G=39.70%
B=21.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791851020.0300.450.2764.3437.2256.27
HexB3B966302D1B402538
Octal2632711463055331004570
Binary10110011101110011100110110101101110111000000100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B966; }

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

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

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

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

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

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

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

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