#BEB754

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

Shades of Olive Green #BEB754

Tints of Olive Green #BEB754

Color information

#BEB754 (or 0xBEB754) is unknown color: approx Olive Green. HEX triplet: BE, B7 and 54. RGB value is (190,183,84). Sum of RGB (Red+Green+Blue) = 190+183+84=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 183 (71.88% from 255 or 40.04% from 457); Blue value is 84 (33.20% from 255 or 18.38% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB754 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB754 is #4148AB. Grayscale: #AEAEAE. Windows color (decimal): -4278444 or 5552062. OLE color: 5552062.

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

Color convert

RGB19018384-
CMYK00.040.560.25
HSL56.04º44.92%53.73%-
HSV(B)56.04º55.79%74.51%-
XYZ39.7745.4515.07-
YUV173.8177.32139.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.58%
GREEN value IS 183 (71.88% from 255) = 40.04%
BLUE value IS 84 (33.20% from 255) = 18.38%
R=41.58%
G=40.04%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901838400.040.560.2556.0444.9253.73
HexBEB754043819382d36
Octal276267124047031705566
Binary10111110101101111010100010011100011001111000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB754; }

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

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

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

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

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

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

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

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