#bebe5a

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

Shades of Olive Green #BEBE5A

Tints of Olive Green #BEBE5A

Color information

#BEBE5A (or 0xBEBE5A) is unknown color: approx Olive Green. HEX triplet: BE, BE and 5A. RGB value is (190,190,90). Sum of RGB (Red+Green+Blue) = 190+190+90=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 90 (35.55% from 255 or 19.15% from 470); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBE5A is #4141A5. Grayscale: #B3B3B3. Windows color (decimal): -4276646 or 5947070. OLE color: 5947070.

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

Color convert

RGB19019090-
CMYK000.530.25
HSL60º43.48%54.9%-
HSV(B)60º52.63%74.51%-
XYZ41.4948.5116.85-
YUV178.678136.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.43%
GREEN value IS 190 (74.61% from 255) = 40.43%
BLUE value IS 90 (35.55% from 255) = 19.15%
R=40.43%
G=40.43%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19019090000.530.256043.4854.9
HexBEBE5A0035193c2b37
Octal276276132006531745367
Binary101111101011111010110100011010111001111100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bebe5a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bebe5a; }

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

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

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

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

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

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

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

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