Shades of Atlantis #9BBC4A
Tints of Atlantis #9BBC4A
RGB
CMYK
RGB Variations
Color information
#9BBC4A (or 0x9BBC4A) is known color: Atlantis. HEX triplet: 9B, BC and 4A. RGB value is (155,188,74). Sum of RGB (Red+Green+Blue) = 155+188+74=417 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.17% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 74 (29.30% from 255 or 17.75% from 417); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BBC4A is #6443B5. Grayscale: #A5A5A5. Windows color (decimal): -6570934 or 4897947. OLE color: 4897947.
HSL color Cylindrical-coordinate representation of color #9BBC4A: hue angle of 77.37º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9BBC4A is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 188 | 74 | - |
| CMYK | 0.18 | 0 | 0.61 | 0.26 |
| HSL | 77.37º | 0.46% | 0.51% | - |
| HSV(B) | 77.37º | 0.61% | 0.74% | - |
| XYZ | 32.74 | 43.43 | 13.14 | - |
| YUV | 165.14 | 76.57 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 188 | 74 | 0.18 | 0 | 0.61 | 0.26 | 77.37 | 0.46 | 0.51 |
| Hex | 9B | BC | 4A | 12 | 0 | 3D | 1A | 4D | 2E | 33 |
| Octal | 233 | 274 | 112 | 22 | 0 | 75 | 32 | 115 | 56 | 63 |
| Binary | 10011011 | 10111100 | 1001010 | 10010 | 0 | 111101 | 11010 | 1001101 | 101110 | 110011 |
Color Harmonies of #9BBC4A
Complementary color
Monochromatic Colors of #9BBC4A
Black with #9BBC4A
Text Example
Text Example
White with #9BBC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBC4A; }
p { color: rgb(155,188,74); }
H1.HeaderClassName
{
color: #9BBC4A;
}
.AnyTagClassName
{
color: #9BBC4A;
}
</style>
background-color css
<style>
a { background-color: #9BBC4A; }
a { background-color: rgb(155,188,74); }
div.DivClassName
{
background-color: #9BBC4A;
}
.BgClassName
{
background-color: #9BBC4A;
}
</style>
border-color css
<style>
span { border-color: #9BBC4A; }
span { border-color: rgb(155,188,74); }
td.TdClassName
{
border-color: #9BBC4A;
}
.TagClassName
{
border-color: #9BBC4A;
}
</style>