#BEBA5E

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

Shades of Olive Green #BEBA5E

Tints of Olive Green #BEBA5E

Color information

#BEBA5E (or 0xBEBA5E) is unknown color: approx Olive Green. HEX triplet: BE, BA and 5E. RGB value is (190,186,94). Sum of RGB (Red+Green+Blue) = 190+186+94=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 94 (37.11% from 255 or 20% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBA5E is #4145A1. Grayscale: #B1B1B1. Windows color (decimal): -4277666 or 6208190. OLE color: 6208190.

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

Color convert

RGB19018694-
CMYK00.020.510.25
HSL57.5º42.48%55.69%-
HSV(B)57.5º50.53%74.51%-
XYZ40.8146.8717.49-
YUV176.7181.33137.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.43%
GREEN value IS 186 (73.05% from 255) = 39.57%
BLUE value IS 94 (37.11% from 255) = 20%
R=40.43%
G=39.57%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901869400.020.510.2557.542.4855.69
HexBEBA5E0233193a2a38
Octal276272136026331725270
Binary1011111010111010101111001011001111001111010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBA5E; }

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

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

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

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

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

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

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

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