#BEB65B

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

Shades of Olive Green #BEB65B

Tints of Olive Green #BEB65B

Color information

#BEB65B (or 0xBEB65B) is unknown color: approx Olive Green. HEX triplet: BE, B6 and 5B. RGB value is (190,182,91). Sum of RGB (Red+Green+Blue) = 190+182+91=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 182 (71.48% from 255 or 39.31% from 463); Blue value is 91 (35.94% from 255 or 19.65% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB65B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB65B is #4149A4. Grayscale: #AEAEAE. Windows color (decimal): -4278693 or 6010558. OLE color: 6010558.

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

Color convert

RGB19018291-
CMYK00.040.520.25
HSL55.15º43.23%55.1%-
HSV(B)55.15º52.11%74.51%-
XYZ39.8545.1616.51-
YUV174.0281.15139.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.04%
GREEN value IS 182 (71.48% from 255) = 39.31%
BLUE value IS 91 (35.94% from 255) = 19.65%
R=41.04%
G=39.31%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901829100.040.520.2555.1543.2355.1
HexBEB65B043419372b37
Octal276266133046431675367
Binary10111110101101101011011010011010011001110111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB65B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB65B; }

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

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

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

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

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

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

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

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