#B1BE5E

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

Shades of Olive Green #B1BE5E

Tints of Olive Green #B1BE5E

Color information

#B1BE5E (or 0xB1BE5E) is unknown color: approx Olive Green. HEX triplet: B1, BE and 5E. RGB value is (177,190,94). Sum of RGB (Red+Green+Blue) = 177+190+94=461 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.39% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 94 (37.11% from 255 or 20.39% from 461); Max value from RGB is 190 - color contains mainly: green. Hex color #B1BE5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BE5E is #4E41A1. Grayscale: #AFAFAF. Windows color (decimal): -5128610 or 6209201. OLE color: 6209201.

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

Color convert

RGB17719094-
CMYK0.0700.510.25
HSL68.12º42.48%55.69%-
HSV(B)68.12º50.53%74.51%-
XYZ38.5746.9817.63-
YUV175.1782.19129.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.39%
GREEN value IS 190 (74.61% from 255) = 41.21%
BLUE value IS 94 (37.11% from 255) = 20.39%
R=38.39%
G=41.21%
B=20.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal177190940.0700.510.2568.1242.4855.69
HexB1BE5E703319442a38
Octal2612761367063311045270
Binary101100011011111010111101110110011110011000100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BE5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BE5E; }

 p { color: rgb(177,190,94); }

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

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

 a { background-color: rgb(177,190,94); }

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

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

 span { border-color: rgb(177,190,94); }

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