#5BBA49

Color #5BBA49 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #5BBA49

Tints of Apple #5BBA49

Color information

#5BBA49 (or 0x5BBA49) is unknown color: approx Apple. HEX triplet: 5B, BA and 49. RGB value is (91,186,73). Sum of RGB (Red+Green+Blue) = 91+186+73=350 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26% from 350); Green value is 186 (73.05% from 255 or 53.14% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 186 - color contains mainly: green. Hex color #5BBA49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BBA49 is #A445B6. Grayscale: #919191. Windows color (decimal): -10765751 or 4831835. OLE color: 4831835.

HSL color Cylindrical-coordinate representation of color #5BBA49: hue angle of 110.44º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BBA49 is Cyan = 0.51, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB9118673-
CMYK0.5100.610.27
HSL110.44º45.02%50.78%-
HSV(B)110.44º60.75%72.94%-
XYZ23.0837.8212.39-
YUV144.7187.5389.69-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26%
GREEN value IS 186 (73.05% from 255) = 53.14%
BLUE value IS 73 (28.91% from 255) = 20.86%
R=26%
G=53.14%
B=20.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal91186730.5100.610.27110.4445.0250.78
Hex5BBA493303D1B6e2d33
Octal13327211163075331565563
Binary10110111011101010010011100110111101110111101110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BBA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5BBA49; }

 p { color: rgb(91,186,73); }

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

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

 a { background-color: rgb(91,186,73); }

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

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

 span { border-color: rgb(91,186,73); }

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