#BEB354

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

Shades of Olive Green #BEB354

Tints of Olive Green #BEB354

Color information

#BEB354 (or 0xBEB354) is unknown color: approx Olive Green. HEX triplet: BE, B3 and 54. RGB value is (190,179,84). Sum of RGB (Red+Green+Blue) = 190+179+84=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 179 (70.31% from 255 or 39.51% from 453); Blue value is 84 (33.20% from 255 or 18.54% from 453); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB354 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB354 is #414CAB. Grayscale: #ABABAB. Windows color (decimal): -4279468 or 5551038. OLE color: 5551038.

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

Color convert

RGB19017984-
CMYK00.060.560.25
HSL53.77º44.92%53.73%-
HSV(B)53.77º55.79%74.51%-
XYZ38.9643.8314.79-
YUV171.4678.64141.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.94%
GREEN value IS 179 (70.31% from 255) = 39.51%
BLUE value IS 84 (33.20% from 255) = 18.54%
R=41.94%
G=39.51%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901798400.060.560.2553.7744.9253.73
HexBEB354063819362d36
Octal276263124067031665566
Binary10111110101100111010100011011100011001110110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB354; }

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

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

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

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

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

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

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

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