#BEBC54

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

Shades of Olive Green #BEBC54

Tints of Olive Green #BEBC54

Color information

#BEBC54 (or 0xBEBC54) is unknown color: approx Olive Green. HEX triplet: BE, BC and 54. RGB value is (190,188,84). Sum of RGB (Red+Green+Blue) = 190+188+84=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 84 (33.20% from 255 or 18.18% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBC54 is #4143AB. Grayscale: #B1B1B1. Windows color (decimal): -4277164 or 5553342. OLE color: 5553342.

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

Color convert

RGB19018884-
CMYK00.010.560.25
HSL58.87º44.92%53.73%-
HSV(B)58.87º55.79%74.51%-
XYZ40.8247.5515.41-
YUV176.7475.66137.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.13%
GREEN value IS 188 (73.83% from 255) = 40.69%
BLUE value IS 84 (33.20% from 255) = 18.18%
R=41.13%
G=40.69%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901888400.010.560.2558.8744.9253.73
HexBEBC540138193b2d36
Octal276274124017031735566
Binary101111101011110010101000111100011001111011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBC54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBC54; }

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

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

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

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

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

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

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

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