#BEB74E

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

Shades of Olive Green #BEB74E

Tints of Olive Green #BEB74E

Color information

#BEB74E (or 0xBEB74E) is unknown color: approx Olive Green. HEX triplet: BE, B7 and 4E. RGB value is (190,183,78). Sum of RGB (Red+Green+Blue) = 190+183+78=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 183 (71.88% from 255 or 40.58% from 451); Blue value is 78 (30.86% from 255 or 17.29% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB74E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB74E is #4148B1. Grayscale: #ADADAD. Windows color (decimal): -4278450 or 5158846. OLE color: 5158846.

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

Color convert

RGB19018378-
CMYK00.040.590.25
HSL56.25º46.28%52.55%-
HSV(B)56.25º58.95%74.51%-
XYZ39.5445.3613.88-
YUV173.1274.32140.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.13%
GREEN value IS 183 (71.88% from 255) = 40.58%
BLUE value IS 78 (30.86% from 255) = 17.29%
R=42.13%
G=40.58%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901837800.040.590.2556.2546.2852.55
HexBEB74E043B19382e35
Octal276267116047331705665
Binary10111110101101111001110010011101111001111000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB74E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB74E; }

 p { color: rgb(190,183,78); }

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

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

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

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

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

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

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