#5BA956

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

Shades of Fruit Salad #5BA956

Tints of Fruit Salad #5BA956

Color information

#5BA956 (or 0x5BA956) is unknown color: approx Fruit Salad. HEX triplet: 5B, A9 and 56. RGB value is (91,169,86). Sum of RGB (Red+Green+Blue) = 91+169+86=346 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.30% from 346); Green value is 169 (66.41% from 255 or 48.84% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 169 - color contains mainly: green. Hex color #5BA956 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA956 is #A456A9. Grayscale: #888888. Windows color (decimal): -10770090 or 5679451. OLE color: 5679451.

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

Color convert

RGB9116986-
CMYK0.4600.490.34
HSL116.39º32.55%50%-
HSV(B)116.39º49.11%66.27%-
XYZ20.1831.2713.78-
YUV136.2299.6695.75-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.30%
GREEN value IS 169 (66.41% from 255) = 48.84%
BLUE value IS 86 (33.98% from 255) = 24.86%
R=26.30%
G=48.84%
B=24.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal91169860.4600.490.34116.3932.5550
Hex5BA9562E03122742132
Octal13325112656061421644162
Binary101101110101001101011010111001100011000101110100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,169,86); }

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

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

 a { background-color: rgb(91,169,86); }

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

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

 span { border-color: rgb(91,169,86); }

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