#9CBA40

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

Shades of Atlantis #9CBA40

Tints of Atlantis #9CBA40

Color information

#9CBA40 (or 0x9CBA40) is unknown color: approx Atlantis. HEX triplet: 9C, BA and 40. RGB value is (156,186,64). Sum of RGB (Red+Green+Blue) = 156+186+64=406 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.42% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 64 (25.39% from 255 or 15.76% from 406); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBA40 is #6345BF. Grayscale: #A3A3A3. Windows color (decimal): -6505920 or 4242076. OLE color: 4242076.

HSL color Cylindrical-coordinate representation of color #9CBA40: hue angle of 74.75º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9CBA40 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB15618664-
CMYK0.1600.660.27
HSL74.75º48.8%49.02%-
HSV(B)74.75º65.59%72.94%-
XYZ32.1942.5611.37-
YUV163.1272.06122.92-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.42%
GREEN value IS 186 (73.05% from 255) = 45.81%
BLUE value IS 64 (25.39% from 255) = 15.76%
R=38.42%
G=45.81%
B=15.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal156186640.1600.660.2774.7548.849.02
Hex9CBA40100421B4b3131
Octal234272100200102331136161
Binary100111001011101010000001000001000010110111001011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,186,64); }

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

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

 a { background-color: rgb(156,186,64); }

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

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

 span { border-color: rgb(156,186,64); }

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