#BEBE5F

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

Shades of Olive Green #BEBE5F

Tints of Olive Green #BEBE5F

Color information

#BEBE5F (or 0xBEBE5F) is unknown color: approx Olive Green. HEX triplet: BE, BE and 5F. RGB value is (190,190,95). Sum of RGB (Red+Green+Blue) = 190+190+95=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 95 (37.5% from 255 or 20% from 475); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBE5F is #4141A0. Grayscale: #B3B3B3. Windows color (decimal): -4276641 or 6274750. OLE color: 6274750.

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

Color convert

RGB19019095-
CMYK000.50.25
HSL60º42.22%55.88%-
HSV(B)60º50%74.51%-
XYZ41.7148.618.01-
YUV179.1780.5135.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40%
GREEN value IS 190 (74.61% from 255) = 40%
BLUE value IS 95 (37.5% from 255) = 20%
R=40%
G=40%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19019095000.50.256042.2255.88
HexBEBE5F0032193c2a38
Octal276276137006231745270
Binary101111101011111010111110011001011001111100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBE5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBE5F; }

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

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

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

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

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

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

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

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