#5BA945

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

Shades of Apple #5BA945

Tints of Apple #5BA945

Color information

#5BA945 (or 0x5BA945) is unknown color: approx Apple. HEX triplet: 5B, A9 and 45. RGB value is (91,169,69). Sum of RGB (Red+Green+Blue) = 91+169+69=329 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.66% from 329); Green value is 169 (66.41% from 255 or 51.37% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 169 - color contains mainly: green. Hex color #5BA945 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA945 is #A456BA. Grayscale: #868686. Windows color (decimal): -10770107 or 4565339. OLE color: 4565339.

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

Color convert

RGB9116969-
CMYK0.4600.590.34
HSL106.8º42.02%46.67%-
HSV(B)106.8º59.17%66.27%-
XYZ19.5831.0310.59-
YUV134.2891.1697.13-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.66%
GREEN value IS 169 (66.41% from 255) = 51.37%
BLUE value IS 69 (27.34% from 255) = 20.97%
R=27.66%
G=51.37%
B=20.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal91169690.4600.590.34106.842.0246.67
Hex5BA9452E03B226b2a2f
Octal13325110556073421535257
Binary101101110101001100010110111001110111000101101011101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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