#5ba34c

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

Shades of Apple #5BA34C

Tints of Apple #5BA34C

Color information

#5BA34C (or 0x5BA34C) is unknown color: approx Apple. HEX triplet: 5B, A3 and 4C. RGB value is (91,163,76). Sum of RGB (Red+Green+Blue) = 91+163+76=330 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.58% from 330); Green value is 163 (64.06% from 255 or 49.39% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 163 - color contains mainly: green. Hex color #5BA34C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA34C is #A45CB3. Grayscale: #838383. Windows color (decimal): -10771636 or 5022555. OLE color: 5022555.

HSL color Cylindrical-coordinate representation of color #5BA34C: hue angle of 109.66º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5BA34C is Cyan = 0.44, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB9116376-
CMYK0.4400.530.36
HSL109.66º36.4%46.86%-
HSV(B)109.66º53.37%63.92%-
XYZ18.7228.9411.44-
YUV131.5596.6599.07-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.58%
GREEN value IS 163 (64.06% from 255) = 49.39%
BLUE value IS 76 (30.08% from 255) = 23.03%
R=27.58%
G=49.39%
B=23.03%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal91163760.4400.530.36109.6636.446.86
Hex5BA34C2C035246e242f
Octal13324311454065441564457
Binary101101110100011100110010110001101011001001101110100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ba34c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,163,76); }

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

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

 a { background-color: rgb(91,163,76); }

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

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

 span { border-color: rgb(91,163,76); }

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