Shades of Atlantis #9CBC42
Tints of Atlantis #9CBC42
RGB
CMYK
RGB Variations
Color information
#9CBC42 (or 0x9CBC42) is known color: Atlantis. HEX triplet: 9C, BC and 42. RGB value is (156,188,66). Sum of RGB (Red+Green+Blue) = 156+188+66=410 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.05% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 66 (26.17% from 255 or 16.10% from 410); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBC42 is #6343BD. Grayscale: #A4A4A4. Windows color (decimal): -6505406 or 4373660. OLE color: 4373660.
HSL color Cylindrical-coordinate representation of color #9CBC42: hue angle of 75.74º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9CBC42 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 188 | 66 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.26 |
| HSL | 75.74º | 0.48% | 0.5% | - |
| HSV(B) | 75.74º | 0.65% | 0.74% | - |
| XYZ | 32.68 | 43.43 | 11.81 | - |
| YUV | 164.52 | 72.4 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 188 | 66 | 0.17 | 0 | 0.65 | 0.26 | 75.74 | 0.48 | 0.5 |
| Hex | 9C | BC | 42 | 11 | 0 | 41 | 1A | 4C | 30 | 32 |
| Octal | 234 | 274 | 102 | 21 | 0 | 101 | 32 | 114 | 60 | 62 |
| Binary | 10011100 | 10111100 | 1000010 | 10001 | 0 | 1000001 | 11010 | 1001100 | 110000 | 110010 |
Color Harmonies of #9CBC42
Complementary color
Monochromatic Colors of #9CBC42
Black with #9CBC42
Text Example
Text Example
White with #9CBC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBC42; }
p { color: rgb(156,188,66); }
H1.HeaderClassName
{
color: #9CBC42;
}
.AnyTagClassName
{
color: #9CBC42;
}
</style>
background-color css
<style>
a { background-color: #9CBC42; }
a { background-color: rgb(156,188,66); }
div.DivClassName
{
background-color: #9CBC42;
}
.BgClassName
{
background-color: #9CBC42;
}
</style>
border-color css
<style>
span { border-color: #9CBC42; }
span { border-color: rgb(156,188,66); }
td.TdClassName
{
border-color: #9CBC42;
}
.TagClassName
{
border-color: #9CBC42;
}
</style>