#9CBA3F

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

Shades of Atlantis #9CBA3F

Tints of Atlantis #9CBA3F

Color information

#9CBA3F (or 0x9CBA3F) is unknown color: approx Atlantis. HEX triplet: 9C, BA and 3F. RGB value is (156,186,63). Sum of RGB (Red+Green+Blue) = 156+186+63=405 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.52% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 63 (25% from 255 or 15.56% from 405); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBA3F is #6345C0. Grayscale: #A3A3A3. Windows color (decimal): -6505921 or 4176540. OLE color: 4176540.

HSL color Cylindrical-coordinate representation of color #9CBA3F: hue angle of 74.63º 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 #9CBA3F is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB15618663-
CMYK0.1600.660.27
HSL74.63º49.4%48.82%-
HSV(B)74.63º66.13%72.94%-
XYZ32.1742.5411.22-
YUV163.0171.56123-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.52%
GREEN value IS 186 (73.05% from 255) = 45.93%
BLUE value IS 63 (25% from 255) = 15.56%
R=38.52%
G=45.93%
B=15.56%

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
Decimal156186630.1600.660.2774.6349.448.82
Hex9CBA3F100421B4b3131
Octal23427277200102331136161
Binary10011100101110101111111000001000010110111001011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBA3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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