#55BA32

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

Shades of Apple #55BA32

Tints of Apple #55BA32

Color information

#55BA32 (or 0x55BA32) is unknown color: approx Apple. HEX triplet: 55, BA and 32. RGB value is (85,186,50). Sum of RGB (Red+Green+Blue) = 85+186+50=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 186 (73.05% from 255 or 57.94% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BA32 is #AA45CD. Grayscale: #8C8C8C. Windows color (decimal): -11158990 or 3324501. OLE color: 3324501.

HSL color Cylindrical-coordinate representation of color #55BA32: hue angle of 104.56º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #55BA32 is Cyan = 0.54, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB8518650-
CMYK0.5400.730.27
HSL104.56º57.63%46.27%-
HSV(B)104.56º73.12%72.94%-
XYZ21.8837.289.06-
YUV140.377.0488.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.48%
GREEN value IS 186 (73.05% from 255) = 57.94%
BLUE value IS 50 (19.92% from 255) = 15.58%
R=26.48%
G=57.94%
B=15.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal85186500.5400.730.27104.5657.6346.27
Hex55BA32360491B693a2e
Octal12527262660111331517256
Binary10101011011101011001011011001001001110111101001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BA32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55BA32; }

 p { color: rgb(85,186,50); }

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

<style>
 a { background-color: #55BA32; }

 a { background-color: rgb(85,186,50); }

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

<style>
 span { border-color: #55BA32; }

 span { border-color: rgb(85,186,50); }

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