#B7BE5D

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

Shades of Olive Green #B7BE5D

Tints of Olive Green #B7BE5D

Color information

#B7BE5D (or 0xB7BE5D) is unknown color: approx Olive Green. HEX triplet: B7, BE and 5D. RGB value is (183,190,93). Sum of RGB (Red+Green+Blue) = 183+190+93=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 93 (36.72% from 255 or 19.96% from 466); Max value from RGB is 190 - color contains mainly: green. Hex color #B7BE5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7BE5D is #4841A2. Grayscale: #B1B1B1. Windows color (decimal): -4735395 or 6143671. OLE color: 6143671.

HSL color Cylindrical-coordinate representation of color #B7BE5D: hue angle of 64.33º 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 #B7BE5D is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB18319093-
CMYK0.0400.510.25
HSL64.33º42.73%55.49%-
HSV(B)64.33º51.05%74.51%-
XYZ39.9247.6817.46-
YUV176.8580.68132.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.27%
GREEN value IS 190 (74.61% from 255) = 40.77%
BLUE value IS 93 (36.72% from 255) = 19.96%
R=39.27%
G=40.77%
B=19.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal183190930.0400.510.2564.3342.7355.49
HexB7BE5D403319402b37
Octal2672761354063311005367
Binary101101111011111010111011000110011110011000000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BE5D; }

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

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

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

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

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

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

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

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