#B3BE5D

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

Shades of Olive Green #B3BE5D

Tints of Olive Green #B3BE5D

Color information

#B3BE5D (or 0xB3BE5D) is unknown color: approx Olive Green. HEX triplet: B3, BE and 5D. RGB value is (179,190,93). Sum of RGB (Red+Green+Blue) = 179+190+93=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 190 (74.61% from 255 or 41.13% from 462); Blue value is 93 (36.72% from 255 or 20.13% from 462); Max value from RGB is 190 - color contains mainly: green. Hex color #B3BE5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BE5D is #4C41A2. Grayscale: #B0B0B0. Windows color (decimal): -4997539 or 6143667. OLE color: 6143667.

HSL color Cylindrical-coordinate representation of color #B3BE5D: hue angle of 66.8º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B3BE5D is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB17919093-
CMYK0.0600.510.25
HSL66.8º42.73%55.49%-
HSV(B)66.8º51.05%74.51%-
XYZ38.9847.217.41-
YUV175.6581.36130.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.74%
GREEN value IS 190 (74.61% from 255) = 41.13%
BLUE value IS 93 (36.72% from 255) = 20.13%
R=38.74%
G=41.13%
B=20.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179190930.0600.510.2566.842.7355.49
HexB3BE5D603319432b37
Octal2632761356063311035367
Binary101100111011111010111011100110011110011000011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BE5D; }

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

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

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

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

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

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

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

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