#BEB85B

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

Shades of Olive Green #BEB85B

Tints of Olive Green #BEB85B

Color information

#BEB85B (or 0xBEB85B) is unknown color: approx Olive Green. HEX triplet: BE, B8 and 5B. RGB value is (190,184,91). Sum of RGB (Red+Green+Blue) = 190+184+91=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 184 (72.27% from 255 or 39.57% from 465); Blue value is 91 (35.94% from 255 or 19.57% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB85B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB85B is #4147A4. Grayscale: #AFAFAF. Windows color (decimal): -4278181 or 6011070. OLE color: 6011070.

HSL color Cylindrical-coordinate representation of color #BEB85B: hue angle of 56.36º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BEB85B is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB19018491-
CMYK00.030.520.25
HSL56.36º43.23%55.1%-
HSV(B)56.36º52.11%74.51%-
XYZ40.2645.9816.65-
YUV175.1980.49138.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.86%
GREEN value IS 184 (72.27% from 255) = 39.57%
BLUE value IS 91 (35.94% from 255) = 19.57%
R=40.86%
G=39.57%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901849100.030.520.2556.3643.2355.1
HexBEB85B033419382b37
Octal276270133036431705367
Binary1011111010111000101101101111010011001111000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB85B; }

 p { color: rgb(190,184,91); }

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

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

 a { background-color: rgb(190,184,91); }

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

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

 span { border-color: rgb(190,184,91); }

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