#5BAB42

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

Shades of Apple #5BAB42

Tints of Apple #5BAB42

Color information

#5BAB42 (or 0x5BAB42) is unknown color: approx Apple. HEX triplet: 5B, AB and 42. RGB value is (91,171,66). Sum of RGB (Red+Green+Blue) = 91+171+66=328 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.74% from 328); Green value is 171 (67.19% from 255 or 52.13% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 171 - color contains mainly: green. Hex color #5BAB42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAB42 is #A454BD. Grayscale: #878787. Windows color (decimal): -10769598 or 4369243. OLE color: 4369243.

HSL color Cylindrical-coordinate representation of color #5BAB42: hue angle of 105.71º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BAB42 is Cyan = 0.47, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB9117166-
CMYK0.4700.610.33
HSL105.71º44.3%46.47%-
HSV(B)105.71º61.4%67.06%-
XYZ19.8631.7410.23-
YUV135.118996.54-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.74%
GREEN value IS 171 (67.19% from 255) = 52.13%
BLUE value IS 66 (26.17% from 255) = 20.12%
R=27.74%
G=52.13%
B=20.12%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91171660.4700.610.33105.7144.346.47
Hex5BAB422F03D216a2c2e
Octal13325310257075411525456
Binary101101110101011100001010111101111011000011101010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAB42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,171,66); }

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

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

 a { background-color: rgb(91,171,66); }

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

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

 span { border-color: rgb(91,171,66); }

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