Shades of Atlantis #9CBE3D
Tints of Atlantis #9CBE3D
RGB
CMYK
RGB Variations
Color information
#9CBE3D (or 0x9CBE3D) is known color: Atlantis. HEX triplet: 9C, BE and 3D. RGB value is (156,190,61). Sum of RGB (Red+Green+Blue) = 156+190+61=407 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.33% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 61 (24.22% from 255 or 14.99% from 407); Max value from RGB is 190 - color contains mainly: green. Hex color #9CBE3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBE3D is #6341C2. Grayscale: #A5A5A5. Windows color (decimal): -6504899 or 4046492. OLE color: 4046492.
HSL color Cylindrical-coordinate representation of color #9CBE3D: hue angle of 75.81º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9CBE3D is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 190 | 61 | - |
| CMYK | 0.18 | 0 | 0.68 | 0.25 |
| HSL | 75.81º | 0.51% | 0.49% | - |
| HSV(B) | 75.81º | 0.68% | 0.75% | - |
| XYZ | 32.97 | 44.23 | 11.21 | - |
| YUV | 165.13 | 69.24 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 190 | 61 | 0.18 | 0 | 0.68 | 0.25 | 75.81 | 0.51 | 0.49 |
| Hex | 9C | BE | 3D | 12 | 0 | 44 | 19 | 4C | 33 | 31 |
| Octal | 234 | 276 | 75 | 22 | 0 | 104 | 31 | 114 | 63 | 61 |
| Binary | 10011100 | 10111110 | 111101 | 10010 | 0 | 1000100 | 11001 | 1001100 | 110011 | 110001 |
Color Harmonies of #9CBE3D
Complementary color
Monochromatic Colors of #9CBE3D
Black with #9CBE3D
Text Example
Text Example
White with #9CBE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBE3D; }
p { color: rgb(156,190,61); }
H1.HeaderClassName
{
color: #9CBE3D;
}
.AnyTagClassName
{
color: #9CBE3D;
}
</style>
background-color css
<style>
a { background-color: #9CBE3D; }
a { background-color: rgb(156,190,61); }
div.DivClassName
{
background-color: #9CBE3D;
}
.BgClassName
{
background-color: #9CBE3D;
}
</style>
border-color css
<style>
span { border-color: #9CBE3D; }
span { border-color: rgb(156,190,61); }
td.TdClassName
{
border-color: #9CBE3D;
}
.TagClassName
{
border-color: #9CBE3D;
}
</style>