#BEB454

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

Shades of Olive Green #BEB454

Tints of Olive Green #BEB454

Color information

#BEB454 (or 0xBEB454) is unknown color: approx Olive Green. HEX triplet: BE, B4 and 54. RGB value is (190,180,84). Sum of RGB (Red+Green+Blue) = 190+180+84=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 84 (33.20% from 255 or 18.50% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB454 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB454 is #414BAB. Grayscale: #ACACAC. Windows color (decimal): -4279212 or 5551294. OLE color: 5551294.

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

Color convert

RGB19018084-
CMYK00.050.560.25
HSL54.34º44.92%53.73%-
HSV(B)54.34º55.79%74.51%-
XYZ39.1644.2314.86-
YUV172.0578.31140.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.85%
GREEN value IS 180 (70.70% from 255) = 39.65%
BLUE value IS 84 (33.20% from 255) = 18.50%
R=41.85%
G=39.65%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901808400.050.560.2554.3444.9253.73
HexBEB454053819362d36
Octal276264124057031665566
Binary10111110101101001010100010111100011001110110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB454; }

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

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

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

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

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

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

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

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