#B3B95D

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

Shades of Olive Green #B3B95D

Tints of Olive Green #B3B95D

Color information

#B3B95D (or 0xB3B95D) is unknown color: approx Olive Green. HEX triplet: B3, B9 and 5D. RGB value is (179,185,93). Sum of RGB (Red+Green+Blue) = 179+185+93=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 93 (36.72% from 255 or 20.35% from 457); Max value from RGB is 185 - color contains mainly: green. Hex color #B3B95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B95D is #4C46A2. Grayscale: #ADADAD. Windows color (decimal): -4998819 or 6142387. OLE color: 6142387.

HSL color Cylindrical-coordinate representation of color #B3B95D: hue angle of 63.91º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B3B95D is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB17918593-
CMYK0.0300.500.27
HSL63.91º39.66%54.51%-
HSV(B)63.91º49.73%72.55%-
XYZ37.9245.0717.06-
YUV172.7283.01132.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.17%
GREEN value IS 185 (72.66% from 255) = 40.48%
BLUE value IS 93 (36.72% from 255) = 20.35%
R=39.17%
G=40.48%
B=20.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal179185930.0300.500.2763.9139.6654.51
HexB3B95D30321B402837
Octal2632711353062331005067
Binary10110011101110011011101110110010110111000000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B95D; }

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

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

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

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

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

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

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

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