#9BC055

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

Shades of Atlantis #9BC055

Tints of Atlantis #9BC055

Color information

#9BC055 (or 0x9BC055) is unknown color: approx Atlantis. HEX triplet: 9B, C0 and 55. RGB value is (155,192,85). Sum of RGB (Red+Green+Blue) = 155+192+85=432 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.88% from 432); Green value is 192 (75.39% from 255 or 44.44% from 432); Blue value is 85 (33.59% from 255 or 19.68% from 432); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC055 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC055 is #643FAA. Grayscale: #A9A9A9. Windows color (decimal): -6569899 or 5619867. OLE color: 5619867.

HSL color Cylindrical-coordinate representation of color #9BC055: hue angle of 80.75º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9BC055 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB15519285-
CMYK0.1900.560.25
HSL80.75º45.92%54.31%-
HSV(B)80.75º55.73%75.29%-
XYZ34.0145.3215.55-
YUV168.7480.74118.2-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.88%
GREEN value IS 192 (75.39% from 255) = 44.44%
BLUE value IS 85 (33.59% from 255) = 19.68%
R=35.88%
G=44.44%
B=19.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal155192850.1900.560.2580.7545.9254.31
Hex9BC0551303819512e36
Octal23330012523070311215666
Binary10011011110000001010101100110111000110011010001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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