#5BA850

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

Shades of Apple #5BA850

Tints of Apple #5BA850

Color information

#5BA850 (or 0x5BA850) is unknown color: approx Apple. HEX triplet: 5B, A8 and 50. RGB value is (91,168,80). Sum of RGB (Red+Green+Blue) = 91+168+80=339 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.84% from 339); Green value is 168 (66.02% from 255 or 49.56% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 168 - color contains mainly: green. Hex color #5BA850 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA850 is #A457AF. Grayscale: #878787. Windows color (decimal): -10770352 or 5285979. OLE color: 5285979.

HSL color Cylindrical-coordinate representation of color #5BA850: hue angle of 112.5º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BA850 is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.34.

Color convert

RGB9116880-
CMYK0.4600.520.34
HSL112.5º35.48%48.63%-
HSV(B)112.5º52.38%65.88%-
XYZ19.7630.8112.49-
YUV134.9496.9996.66-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.84%
GREEN value IS 168 (66.02% from 255) = 49.56%
BLUE value IS 80 (31.64% from 255) = 23.60%
R=26.84%
G=49.56%
B=23.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal91168800.4600.520.34112.535.4848.63
Hex5BA8502E03422702331
Octal13325012056064421604361
Binary101101110101000101000010111001101001000101110000100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,168,80); }

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

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

 a { background-color: rgb(91,168,80); }

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

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

 span { border-color: rgb(91,168,80); }

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