Shades of Atlantis #9CBC41
Tints of Atlantis #9CBC41
RGB
CMYK
RGB Variations
Color information
#9CBC41 (or 0x9CBC41) is known color: Atlantis. HEX triplet: 9C, BC and 41. RGB value is (156,188,65). Sum of RGB (Red+Green+Blue) = 156+188+65=409 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.14% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 65 (25.78% from 255 or 15.89% from 409); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBC41 is #6343BE. Grayscale: #A4A4A4. Windows color (decimal): -6505407 or 4308124. OLE color: 4308124.
HSL color Cylindrical-coordinate representation of color #9CBC41: hue angle of 75.61º degrees, saturation: 0.49, 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 #9CBC41 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 188 | 65 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.26 |
| HSL | 75.61º | 0.49% | 0.5% | - |
| HSV(B) | 75.61º | 0.65% | 0.74% | - |
| XYZ | 32.65 | 43.42 | 11.66 | - |
| YUV | 164.41 | 71.9 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 188 | 65 | 0.17 | 0 | 0.65 | 0.26 | 75.61 | 0.49 | 0.5 |
| Hex | 9C | BC | 41 | 11 | 0 | 41 | 1A | 4C | 31 | 32 |
| Octal | 234 | 274 | 101 | 21 | 0 | 101 | 32 | 114 | 61 | 62 |
| Binary | 10011100 | 10111100 | 1000001 | 10001 | 0 | 1000001 | 11010 | 1001100 | 110001 | 110010 |
Color Harmonies of #9CBC41
Complementary color
Monochromatic Colors of #9CBC41
Black with #9CBC41
Text Example
Text Example
White with #9CBC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBC41; }
p { color: rgb(156,188,65); }
H1.HeaderClassName
{
color: #9CBC41;
}
.AnyTagClassName
{
color: #9CBC41;
}
</style>
background-color css
<style>
a { background-color: #9CBC41; }
a { background-color: rgb(156,188,65); }
div.DivClassName
{
background-color: #9CBC41;
}
.BgClassName
{
background-color: #9CBC41;
}
</style>
border-color css
<style>
span { border-color: #9CBC41; }
span { border-color: rgb(156,188,65); }
td.TdClassName
{
border-color: #9CBC41;
}
.TagClassName
{
border-color: #9CBC41;
}
</style>