#BEB254

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

Shades of Olive Green #BEB254

Tints of Olive Green #BEB254

Color information

#BEB254 (or 0xBEB254) is unknown color: approx Olive Green. HEX triplet: BE, B2 and 54. RGB value is (190,178,84). Sum of RGB (Red+Green+Blue) = 190+178+84=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 178 (69.92% from 255 or 39.38% from 452); Blue value is 84 (33.20% from 255 or 18.58% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB254 is #414DAB. Grayscale: #ABABAB. Windows color (decimal): -4279724 or 5550782. OLE color: 5550782.

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

Color convert

RGB19017884-
CMYK00.060.560.25
HSL53.21º44.92%53.73%-
HSV(B)53.21º55.79%74.51%-
XYZ38.7643.4314.73-
YUV170.8778.98141.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.04%
GREEN value IS 178 (69.92% from 255) = 39.38%
BLUE value IS 84 (33.20% from 255) = 18.58%
R=42.04%
G=39.38%
B=18.58%

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
Decimal1901788400.060.560.2553.2144.9253.73
HexBEB254063819352d36
Octal276262124067031655566
Binary10111110101100101010100011011100011001110101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB254; }

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

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

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

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

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

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

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

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