#5BAC4B

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

Shades of Apple #5BAC4B

Tints of Apple #5BAC4B

Color information

#5BAC4B (or 0x5BAC4B) is unknown color: approx Apple. HEX triplet: 5B, AC and 4B. RGB value is (91,172,75). Sum of RGB (Red+Green+Blue) = 91+172+75=338 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.92% from 338); Green value is 172 (67.58% from 255 or 50.89% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 172 - color contains mainly: green. Hex color #5BAC4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAC4B is #A453B4. Grayscale: #898989. Windows color (decimal): -10769333 or 4959323. OLE color: 4959323.

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

Color convert

RGB9117275-
CMYK0.4700.560.33
HSL110.1º39.27%48.43%-
HSV(B)110.1º56.4%67.45%-
XYZ20.3432.2411.81-
YUV136.7293.1695.39-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.92%
GREEN value IS 172 (67.58% from 255) = 50.89%
BLUE value IS 75 (29.69% from 255) = 22.19%
R=26.92%
G=50.89%
B=22.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91172750.4700.560.33110.139.2748.43
Hex5BAC4B2F038216e2730
Octal13325411357070411564760
Binary101101110101100100101110111101110001000011101110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,172,75); }

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

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

 a { background-color: rgb(91,172,75); }

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

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

 span { border-color: rgb(91,172,75); }

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