#BEB64D

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

Shades of Olive Green #BEB64D

Tints of Olive Green #BEB64D

Color information

#BEB64D (or 0xBEB64D) is unknown color: approx Olive Green. HEX triplet: BE, B6 and 4D. RGB value is (190,182,77). Sum of RGB (Red+Green+Blue) = 190+182+77=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 182 (71.48% from 255 or 40.53% from 449); Blue value is 77 (30.47% from 255 or 17.15% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB64D is #4149B2. Grayscale: #ACACAC. Windows color (decimal): -4278707 or 5093054. OLE color: 5093054.

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

Color convert

RGB19018277-
CMYK00.040.590.25
HSL55.75º46.5%52.35%-
HSV(B)55.75º59.47%74.51%-
XYZ39.344.9413.62-
YUV172.4274.15140.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.32%
GREEN value IS 182 (71.48% from 255) = 40.53%
BLUE value IS 77 (30.47% from 255) = 17.15%
R=42.32%
G=40.53%
B=17.15%

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
Decimal1901827700.040.590.2555.7546.552.35
HexBEB64D043B19382f34
Octal276266115047331705764
Binary10111110101101101001101010011101111001111000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB64D; }

 p { color: rgb(190,182,77); }

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

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

 a { background-color: rgb(190,182,77); }

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

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

 span { border-color: rgb(190,182,77); }

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