#BEB455

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

Shades of Olive Green #BEB455

Tints of Olive Green #BEB455

Color information

#BEB455 (or 0xBEB455) is unknown color: approx Olive Green. HEX triplet: BE, B4 and 55. RGB value is (190,180,85). Sum of RGB (Red+Green+Blue) = 190+180+85=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 180 (70.70% from 255 or 39.56% from 455); Blue value is 85 (33.59% from 255 or 18.68% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB455 is #414BAA. Grayscale: #ACACAC. Windows color (decimal): -4279211 or 5616830. OLE color: 5616830.

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

Color convert

RGB19018085-
CMYK00.050.550.25
HSL54.29º44.68%53.92%-
HSV(B)54.29º55.26%74.51%-
XYZ39.244.2515.07-
YUV172.1678.81140.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.76%
GREEN value IS 180 (70.70% from 255) = 39.56%
BLUE value IS 85 (33.59% from 255) = 18.68%
R=41.76%
G=39.56%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901808500.050.550.2554.2944.6853.92
HexBEB455053719362d36
Octal276264125056731665566
Binary10111110101101001010101010111011111001110110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB455; }

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

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

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

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

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

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

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

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