#9CB642

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

Shades of Atlantis #9CB642

Tints of Atlantis #9CB642

Color information

#9CB642 (or 0x9CB642) is unknown color: approx Atlantis. HEX triplet: 9C, B6 and 42. RGB value is (156,182,66). Sum of RGB (Red+Green+Blue) = 156+182+66=404 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.61% from 404); Green value is 182 (71.48% from 255 or 45.05% from 404); Blue value is 66 (26.17% from 255 or 16.34% from 404); Max value from RGB is 182 - color contains mainly: green. Hex color #9CB642 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CB642 is #6349BD. Grayscale: #A1A1A1. Windows color (decimal): -6506942 or 4372124. OLE color: 4372124.

HSL color Cylindrical-coordinate representation of color #9CB642: hue angle of 73.45º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9CB642 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB15618266-
CMYK0.1400.640.29
HSL73.45º46.77%48.63%-
HSV(B)73.45º63.74%71.37%-
XYZ31.4240.9211.4-
YUV16174.39124.43-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.61%
GREEN value IS 182 (71.48% from 255) = 45.05%
BLUE value IS 66 (26.17% from 255) = 16.34%
R=38.61%
G=45.05%
B=16.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal156182660.1400.640.2973.4546.7748.63
Hex9CB642E0401D492f31
Octal234266102160100351115761
Binary10011100101101101000010111001000000111011001001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,182,66); }

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

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

 a { background-color: rgb(156,182,66); }

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

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

 span { border-color: rgb(156,182,66); }

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