#BEBD5E

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

Shades of Olive Green #BEBD5E

Tints of Olive Green #BEBD5E

Color information

#BEBD5E (or 0xBEBD5E) is unknown color: approx Olive Green. HEX triplet: BE, BD and 5E. RGB value is (190,189,94). Sum of RGB (Red+Green+Blue) = 190+189+94=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 94 (37.11% from 255 or 19.87% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBD5E is #4142A1. Grayscale: #B2B2B2. Windows color (decimal): -4276898 or 6208958. OLE color: 6208958.

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

Color convert

RGB19018994-
CMYK00.010.510.25
HSL59.38º42.48%55.69%-
HSV(B)59.38º50.53%74.51%-
XYZ41.4548.1517.7-
YUV178.4780.33136.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.17%
GREEN value IS 189 (74.22% from 255) = 39.96%
BLUE value IS 94 (37.11% from 255) = 19.87%
R=40.17%
G=39.96%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901899400.010.510.2559.3842.4855.69
HexBEBD5E0133193b2a38
Octal276275136016331735270
Binary101111101011110110111100111001111001111011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBD5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBD5E; }

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

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

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

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

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

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

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

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