#5BA952

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

Shades of Fruit Salad #5BA952

Tints of Fruit Salad #5BA952

Color information

#5BA952 (or 0x5BA952) is unknown color: approx Fruit Salad. HEX triplet: 5B, A9 and 52. RGB value is (91,169,82). Sum of RGB (Red+Green+Blue) = 91+169+82=342 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.61% from 342); Green value is 169 (66.41% from 255 or 49.42% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 169 - color contains mainly: green. Hex color #5BA952 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA952 is #A456AD. Grayscale: #888888. Windows color (decimal): -10770094 or 5417307. OLE color: 5417307.

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

Color convert

RGB9116982-
CMYK0.4600.510.34
HSL113.79º34.66%49.22%-
HSV(B)113.79º51.48%66.27%-
XYZ20.0331.2112.95-
YUV135.7697.6696.07-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.61%
GREEN value IS 169 (66.41% from 255) = 49.42%
BLUE value IS 82 (32.42% from 255) = 23.98%
R=26.61%
G=49.42%
B=23.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal91169820.4600.510.34113.7934.6649.22
Hex5BA9522E03322722331
Octal13325112256063421624361
Binary101101110101001101001010111001100111000101110010100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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