#BEB74F

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

Shades of Olive Green #BEB74F

Tints of Olive Green #BEB74F

Color information

#BEB74F (or 0xBEB74F) is unknown color: approx Olive Green. HEX triplet: BE, B7 and 4F. RGB value is (190,183,79). Sum of RGB (Red+Green+Blue) = 190+183+79=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 79 (31.25% from 255 or 17.48% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB74F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB74F is #4148B0. Grayscale: #ADADAD. Windows color (decimal): -4278449 or 5224382. OLE color: 5224382.

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

Color convert

RGB19018379-
CMYK00.040.580.25
HSL56.22º46.06%52.75%-
HSV(B)56.22º58.42%74.51%-
XYZ39.5845.3814.07-
YUV173.2474.82139.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.04%
GREEN value IS 183 (71.88% from 255) = 40.49%
BLUE value IS 79 (31.25% from 255) = 17.48%
R=42.04%
G=40.49%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901837900.040.580.2556.2246.0652.75
HexBEB74F043A19382e35
Octal276267117047231705665
Binary10111110101101111001111010011101011001111000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB74F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB74F; }

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

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

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

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

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

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

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

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