#9BC255

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

Shades of Atlantis #9BC255

Tints of Atlantis #9BC255

Color information

#9BC255 (or 0x9BC255) is unknown color: approx Atlantis. HEX triplet: 9B, C2 and 55. RGB value is (155,194,85). Sum of RGB (Red+Green+Blue) = 155+194+85=434 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.71% from 434); Green value is 194 (76.17% from 255 or 44.70% from 434); Blue value is 85 (33.59% from 255 or 19.59% from 434); Max value from RGB is 194 - color contains mainly: green. Hex color #9BC255 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC255 is #643DAA. Grayscale: #AAAAAA. Windows color (decimal): -6569387 or 5620379. OLE color: 5620379.

HSL color Cylindrical-coordinate representation of color #9BC255: hue angle of 81.47º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9BC255 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB15519485-
CMYK0.2000.560.24
HSL81.47º47.19%54.71%-
HSV(B)81.47º56.19%76.08%-
XYZ34.4546.2115.7-
YUV169.9180.08117.36-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.71%
GREEN value IS 194 (76.17% from 255) = 44.70%
BLUE value IS 85 (33.59% from 255) = 19.59%
R=35.71%
G=44.70%
B=19.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal155194850.2000.560.2481.4747.1954.71
Hex9BC2551403818512f37
Octal23330212524070301215767
Binary10011011110000101010101101000111000110001010001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,194,85); }

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

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

 a { background-color: rgb(155,194,85); }

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

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

 span { border-color: rgb(155,194,85); }

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