#BEBC5F

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

Shades of Olive Green #BEBC5F

Tints of Olive Green #BEBC5F

Color information

#BEBC5F (or 0xBEBC5F) is unknown color: approx Olive Green. HEX triplet: BE, BC and 5F. RGB value is (190,188,95). Sum of RGB (Red+Green+Blue) = 190+188+95=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 95 (37.5% from 255 or 20.08% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBC5F is #4143A0. Grayscale: #B2B2B2. Windows color (decimal): -4277153 or 6274238. OLE color: 6274238.

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

Color convert

RGB19018895-
CMYK00.010.50.25
HSL58.74º42.22%55.88%-
HSV(B)58.74º50%74.51%-
XYZ41.2847.7417.87-
YUV17881.16136.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.17%
GREEN value IS 188 (73.83% from 255) = 39.75%
BLUE value IS 95 (37.5% from 255) = 20.08%
R=40.17%
G=39.75%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.5
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901889500.010.50.2558.7442.2255.88
HexBEBC5F0132193b2a38
Octal276274137016231735270
Binary101111101011110010111110111001011001111011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBC5F; }

 p { color: rgb(190,188,95); }

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

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

 a { background-color: rgb(190,188,95); }

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

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

 span { border-color: rgb(190,188,95); }

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