#9BCD56

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

Shades of Atlantis #9BCD56

Tints of Atlantis #9BCD56

Color information

#9BCD56 (or 0x9BCD56) is unknown color: approx Atlantis. HEX triplet: 9B, CD and 56. RGB value is (155,205,86). Sum of RGB (Red+Green+Blue) = 155+205+86=446 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.75% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 86 (33.98% from 255 or 19.28% from 446); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCD56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCD56 is #6432A9. Grayscale: #B0B0B0. Windows color (decimal): -6566570 or 5688731. OLE color: 5688731.

HSL color Cylindrical-coordinate representation of color #9BCD56: hue angle of 85.21º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9BCD56 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB15520586-
CMYK0.2400.580.20
HSL85.21º54.34%57.06%-
HSV(B)85.21º58.05%80.39%-
XYZ37.0351.316.75-
YUV176.4876.94112.68-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.75%
GREEN value IS 205 (80.47% from 255) = 45.96%
BLUE value IS 86 (33.98% from 255) = 19.28%
R=34.75%
G=45.96%
B=19.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal155205860.2400.580.2085.2154.3457.06
Hex9BCD561803A14553639
Octal23331512630072241256671
Binary10011011110011011010110110000111010101001010101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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