#BEBD5A

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

Shades of Olive Green #BEBD5A

Tints of Olive Green #BEBD5A

Color information

#BEBD5A (or 0xBEBD5A) is unknown color: approx Olive Green. HEX triplet: BE, BD and 5A. RGB value is (190,189,90). Sum of RGB (Red+Green+Blue) = 190+189+90=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 90 (35.55% from 255 or 19.19% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBD5A is #4142A5. Grayscale: #B2B2B2. Windows color (decimal): -4276902 or 5946814. OLE color: 5946814.

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

Color convert

RGB19018990-
CMYK00.010.530.25
HSL59.4º43.48%54.9%-
HSV(B)59.4º52.63%74.51%-
XYZ41.2848.0816.78-
YUV178.0178.33136.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.51%
GREEN value IS 189 (74.22% from 255) = 40.30%
BLUE value IS 90 (35.55% from 255) = 19.19%
R=40.51%
G=40.30%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901899000.010.530.2559.443.4854.9
HexBEBD5A0135193b2b37
Octal276275132016531735367
Binary101111101011110110110100111010111001111011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBD5A; }

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

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

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

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

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

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

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

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