#9BC556

Color #9BC556 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #9BC556

Tints of Atlantis #9BC556

Color information

#9BC556 (or 0x9BC556) is unknown color: approx Atlantis. HEX triplet: 9B, C5 and 56. RGB value is (155,197,86). Sum of RGB (Red+Green+Blue) = 155+197+86=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 197 (77.34% from 255 or 44.98% from 438); Blue value is 86 (33.98% from 255 or 19.63% from 438); Max value from RGB is 197 - color contains mainly: green. Hex color #9BC556 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC556 is #643AA9. Grayscale: #ACACAC. Windows color (decimal): -6568618 or 5686683. OLE color: 5686683.

HSL color Cylindrical-coordinate representation of color #9BC556: hue angle of 82.7º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9BC556 is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB15519786-
CMYK0.2100.560.23
HSL82.7º48.9%55.49%-
HSV(B)82.7º56.35%77.25%-
XYZ35.1647.5716.13-
YUV171.7979.59116.03-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.39%
GREEN value IS 197 (77.34% from 255) = 44.98%
BLUE value IS 86 (33.98% from 255) = 19.63%
R=35.39%
G=44.98%
B=19.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal155197860.2100.560.2382.748.955.49
Hex9BC5561503817533137
Octal23330512625070271236167
Binary10011011110001011010110101010111000101111010011110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BC556; }

 p { color: rgb(155,197,86); }

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

<style>
 a { background-color: #9BC556; }

 a { background-color: rgb(155,197,86); }

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

<style>
 span { border-color: #9BC556; }

 span { border-color: rgb(155,197,86); }

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