#9CCB56

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

Shades of Atlantis #9CCB56

Tints of Atlantis #9CCB56

Color information

#9CCB56 (or 0x9CCB56) is unknown color: approx Atlantis. HEX triplet: 9C, CB and 56. RGB value is (156,203,86). Sum of RGB (Red+Green+Blue) = 156+203+86=445 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.06% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 86 (33.98% from 255 or 19.33% from 445); Max value from RGB is 203 - color contains mainly: green. Hex color #9CCB56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCB56 is #6334A9. Grayscale: #B0B0B0. Windows color (decimal): -6501546 or 5688220. OLE color: 5688220.

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

Color convert

RGB15620386-
CMYK0.2300.580.20
HSL84.1º52.94%56.67%-
HSV(B)84.1º57.64%79.61%-
XYZ36.7550.4516.61-
YUV175.6177.43114.01-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.06%
GREEN value IS 203 (79.69% from 255) = 45.62%
BLUE value IS 86 (33.98% from 255) = 19.33%
R=35.06%
G=45.62%
B=19.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal156203860.2300.580.2084.152.9456.67
Hex9CCB561703A14543539
Octal23431312627072241246571
Binary10011100110010111010110101110111010101001010100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCB56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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