#BEBD55

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

Shades of Olive Green #BEBD55

Tints of Olive Green #BEBD55

Color information

#BEBD55 (or 0xBEBD55) is unknown color: approx Olive Green. HEX triplet: BE, BD and 55. RGB value is (190,189,85). Sum of RGB (Red+Green+Blue) = 190+189+85=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 85 (33.59% from 255 or 18.32% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBD55 is #4142AA. Grayscale: #B1B1B1. Windows color (decimal): -4276907 or 5619134. OLE color: 5619134.

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

Color convert

RGB19018985-
CMYK00.010.550.25
HSL59.43º44.68%53.92%-
HSV(B)59.43º55.26%74.51%-
XYZ41.074815.69-
YUV177.4475.83136.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.95%
GREEN value IS 189 (74.22% from 255) = 40.73%
BLUE value IS 85 (33.59% from 255) = 18.32%
R=40.95%
G=40.73%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901898500.010.550.2559.4344.6853.92
HexBEBD550137193b2d36
Octal276275125016731735566
Binary101111101011110110101010111011111001111011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBD55; }

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

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

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

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

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

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

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

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