#BEBA5D

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

Shades of Olive Green #BEBA5D

Tints of Olive Green #BEBA5D

Color information

#BEBA5D (or 0xBEBA5D) is unknown color: approx Olive Green. HEX triplet: BE, BA and 5D. RGB value is (190,186,93). Sum of RGB (Red+Green+Blue) = 190+186+93=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 93 (36.72% from 255 or 19.83% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBA5D is #4145A2. Grayscale: #B0B0B0. Windows color (decimal): -4277667 or 6142654. OLE color: 6142654.

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

Color convert

RGB19018693-
CMYK00.020.510.25
HSL57.53º42.73%55.49%-
HSV(B)57.53º51.05%74.51%-
XYZ40.7746.8617.25-
YUV176.5980.83137.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.51%
GREEN value IS 186 (73.05% from 255) = 39.66%
BLUE value IS 93 (36.72% from 255) = 19.83%
R=40.51%
G=39.66%
B=19.83%

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
Decimal1901869300.020.510.2557.5342.7355.49
HexBEBA5D0233193a2b37
Octal276272135026331725367
Binary1011111010111010101110101011001111001111010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBA5D; }

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

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

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

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

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

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

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

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