Shades of Atlantis #9BCB38
Tints of Atlantis #9BCB38
RGB
CMYK
RGB Variations
Color information
#9BCB38 (or 0x9BCB38) is known color: Atlantis. HEX triplet: 9B, CB and 38. RGB value is (155,203,56). Sum of RGB (Red+Green+Blue) = 155+203+56=414 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.44% from 414); Green value is 203 (79.69% from 255 or 49.03% from 414); Blue value is 56 (22.27% from 255 or 13.53% from 414); Max value from RGB is 203 - color contains mainly: green. Hex color #9BCB38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BCB38 is #6434C7. Grayscale: #ACACAC. Windows color (decimal): -6567112 or 3722139. OLE color: 3722139.
HSL color Cylindrical-coordinate representation of color #9BCB38: hue angle of 79.59º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9BCB38 is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 203 | 56 | - |
| CMYK | 0.24 | 0 | 0.72 | 0.20 |
| HSL | 79.59º | 0.59% | 0.51% | - |
| HSV(B) | 79.59º | 0.72% | 0.8% | - |
| XYZ | 35.59 | 49.97 | 11.51 | - |
| YUV | 171.89 | 62.6 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 203 | 56 | 0.24 | 0 | 0.72 | 0.20 | 79.59 | 0.59 | 0.51 |
| Hex | 9B | CB | 38 | 18 | 0 | 48 | 14 | 50 | 3B | 33 |
| Octal | 233 | 313 | 70 | 30 | 0 | 110 | 24 | 120 | 73 | 63 |
| Binary | 10011011 | 11001011 | 111000 | 11000 | 0 | 1001000 | 10100 | 1010000 | 111011 | 110011 |
Color Harmonies of #9BCB38
Complementary color
Monochromatic Colors of #9BCB38
Black with #9BCB38
Text Example
Text Example
White with #9BCB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCB38; }
p { color: rgb(155,203,56); }
H1.HeaderClassName
{
color: #9BCB38;
}
.AnyTagClassName
{
color: #9BCB38;
}
</style>
background-color css
<style>
a { background-color: #9BCB38; }
a { background-color: rgb(155,203,56); }
div.DivClassName
{
background-color: #9BCB38;
}
.BgClassName
{
background-color: #9BCB38;
}
</style>
border-color css
<style>
span { border-color: #9BCB38; }
span { border-color: rgb(155,203,56); }
td.TdClassName
{
border-color: #9BCB38;
}
.TagClassName
{
border-color: #9BCB38;
}
</style>