#B3BD5E

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

Shades of Olive Green #B3BD5E

Tints of Olive Green #B3BD5E

Color information

#B3BD5E (or 0xB3BD5E) is unknown color: approx Olive Green. HEX triplet: B3, BD and 5E. RGB value is (179,189,94). Sum of RGB (Red+Green+Blue) = 179+189+94=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 94 (37.11% from 255 or 20.35% from 462); Max value from RGB is 189 - color contains mainly: green. Hex color #B3BD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BD5E is #4C42A1. Grayscale: #AFAFAF. Windows color (decimal): -4997794 or 6208947. OLE color: 6208947.

HSL color Cylindrical-coordinate representation of color #B3BD5E: hue angle of 66.32º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B3BD5E is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB17918994-
CMYK0.0500.500.26
HSL66.32º41.85%55.49%-
HSV(B)66.32º50.26%74.12%-
XYZ38.8146.7917.58-
YUV175.1882.19130.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.74%
GREEN value IS 189 (74.22% from 255) = 40.91%
BLUE value IS 94 (37.11% from 255) = 20.35%
R=38.74%
G=40.91%
B=20.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal179189940.0500.500.2666.3241.8555.49
HexB3BD5E50321A422a37
Octal2632751365062321025267
Binary101100111011110110111101010110010110101000010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BD5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BD5E; }

 p { color: rgb(179,189,94); }

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

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

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

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

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

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

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