#62BA95

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

Shades of Silver Tree #62BA95

Tints of Silver Tree #62BA95

Color information

#62BA95 (or 0x62BA95) is unknown color: approx Silver Tree. HEX triplet: 62, BA and 95. RGB value is (98,186,149). Sum of RGB (Red+Green+Blue) = 98+186+149=433 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.63% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 186 - color contains mainly: green. Hex color #62BA95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62BA95 is #9D456A. Grayscale: #9B9B9B. Windows color (decimal): -10306923 or 9812578. OLE color: 9812578.

HSL color Cylindrical-coordinate representation of color #62BA95: hue angle of 154.77º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #62BA95 is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB98186149-
CMYK0.4700.200.27
HSL154.77º38.94%55.69%-
HSV(B)154.77º47.31%72.94%-
XYZ28.0239.8834.66-
YUV155.47124.3587.01-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.63%
GREEN value IS 186 (73.05% from 255) = 42.96%
BLUE value IS 149 (58.59% from 255) = 34.41%
R=22.63%
G=42.96%
B=34.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal981861490.4700.200.27154.7738.9455.69
Hex62BA952F0141B9b2738
Octal14227222557024332334770
Binary110001010111010100101011011110101001101110011011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62BA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62BA95; }

 p { color: rgb(98,186,149); }

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

<style>
 a { background-color: #62BA95; }

 a { background-color: rgb(98,186,149); }

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

<style>
 span { border-color: #62BA95; }

 span { border-color: rgb(98,186,149); }

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