#BEB54F

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

Shades of Olive Green #BEB54F

Tints of Olive Green #BEB54F

Color information

#BEB54F (or 0xBEB54F) is unknown color: approx Olive Green. HEX triplet: BE, B5 and 4F. RGB value is (190,181,79). Sum of RGB (Red+Green+Blue) = 190+181+79=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 79 (31.25% from 255 or 17.56% from 450); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB54F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB54F is #414AB0. Grayscale: #ACACAC. Windows color (decimal): -4278961 or 5223870. OLE color: 5223870.

HSL color Cylindrical-coordinate representation of color #BEB54F: hue angle of 55.14º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BEB54F is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB19018179-
CMYK00.050.580.25
HSL55.14º46.06%52.75%-
HSV(B)55.14º58.42%74.51%-
XYZ39.1744.5613.93-
YUV172.0675.48140.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.22%
GREEN value IS 181 (71.09% from 255) = 40.22%
BLUE value IS 79 (31.25% from 255) = 17.56%
R=42.22%
G=40.22%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901817900.050.580.2555.1446.0652.75
HexBEB54F053A19372e35
Octal276265117057231675665
Binary10111110101101011001111010111101011001110111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB54F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB54F; }

 p { color: rgb(190,181,79); }

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

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

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

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

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

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

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