#54BA85

Color #54BA85 Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #54BA85

Tints of Silver Tree #54BA85

Color information

#54BA85 (or 0x54BA85) is unknown color: approx Silver Tree. HEX triplet: 54, BA and 85. RGB value is (84,186,133). Sum of RGB (Red+Green+Blue) = 84+186+133=403 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.84% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 186 - color contains mainly: green. Hex color #54BA85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BA85 is #AB457A. Grayscale: #959595. Windows color (decimal): -11224443 or 8763988. OLE color: 8763988.

HSL color Cylindrical-coordinate representation of color #54BA85: hue angle of 148.82º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54BA85 is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB84186133-
CMYK0.5500.280.27
HSL148.82º42.5%52.94%-
HSV(B)148.82º54.84%72.94%-
XYZ25.4538.728.32-
YUV149.46118.7181.31-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.84%
GREEN value IS 186 (73.05% from 255) = 46.15%
BLUE value IS 133 (52.34% from 255) = 33.00%
R=20.84%
G=46.15%
B=33.00%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal841861330.5500.280.27148.8242.552.94
Hex54BA853701C1B952a35
Octal12427220567034332255265
Binary101010010111010100001011101110111001101110010101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54BA85; }

 p { color: rgb(84,186,133); }

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

<style>
 a { background-color: #54BA85; }

 a { background-color: rgb(84,186,133); }

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

<style>
 span { border-color: #54BA85; }

 span { border-color: rgb(84,186,133); }

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