#9BCB56

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

Shades of Atlantis #9BCB56

Tints of Atlantis #9BCB56

Color information

#9BCB56 (or 0x9BCB56) is unknown color: approx Atlantis. HEX triplet: 9B, CB and 56. RGB value is (155,203,86). Sum of RGB (Red+Green+Blue) = 155+203+86=444 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.91% from 444); Green value is 203 (79.69% from 255 or 45.72% from 444); Blue value is 86 (33.98% from 255 or 19.37% from 444); Max value from RGB is 203 - color contains mainly: green. Hex color #9BCB56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCB56 is #6434A9. Grayscale: #AFAFAF. Windows color (decimal): -6567082 or 5688219. OLE color: 5688219.

HSL color Cylindrical-coordinate representation of color #9BCB56: hue angle of 84.62º degrees, saturation: 0.53, 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 #9BCB56 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB15520386-
CMYK0.2400.580.20
HSL84.62º52.94%56.67%-
HSV(B)84.62º57.64%79.61%-
XYZ36.5550.3516.6-
YUV175.3177.6113.51-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.91%
GREEN value IS 203 (79.69% from 255) = 45.72%
BLUE value IS 86 (33.98% from 255) = 19.37%
R=34.91%
G=45.72%
B=19.37%

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
Decimal155203860.2400.580.2084.6252.9456.67
Hex9BCB561803A14553539
Octal23331312630072241256571
Binary10011011110010111010110110000111010101001010101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCB56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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