Shades of Atlantis #9BBD4D
Tints of Atlantis #9BBD4D
RGB
CMYK
RGB Variations
Color information
#9BBD4D (or 0x9BBD4D) is known color: Atlantis. HEX triplet: 9B, BD and 4D. RGB value is (155,189,77). Sum of RGB (Red+Green+Blue) = 155+189+77=421 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.82% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 77 (30.47% from 255 or 18.29% from 421); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBD4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBD4D is #6442B2. Grayscale: #A6A6A6. Windows color (decimal): -6570675 or 5094811. OLE color: 5094811.
HSL color Cylindrical-coordinate representation of color #9BBD4D: hue angle of 78.21º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9BBD4D is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 189 | 77 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.26 |
| HSL | 78.21º | 0.46% | 0.52% | - |
| HSV(B) | 78.21º | 0.59% | 0.74% | - |
| XYZ | 33.05 | 43.9 | 13.75 | - |
| YUV | 166.07 | 77.74 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 189 | 77 | 0.18 | 0 | 0.59 | 0.26 | 78.21 | 0.46 | 0.52 |
| Hex | 9B | BD | 4D | 12 | 0 | 3B | 1A | 4E | 2E | 34 |
| Octal | 233 | 275 | 115 | 22 | 0 | 73 | 32 | 116 | 56 | 64 |
| Binary | 10011011 | 10111101 | 1001101 | 10010 | 0 | 111011 | 11010 | 1001110 | 101110 | 110100 |
Color Harmonies of #9BBD4D
Complementary color
Monochromatic Colors of #9BBD4D
Black with #9BBD4D
Text Example
Text Example
White with #9BBD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBD4D; }
p { color: rgb(155,189,77); }
H1.HeaderClassName
{
color: #9BBD4D;
}
.AnyTagClassName
{
color: #9BBD4D;
}
</style>
background-color css
<style>
a { background-color: #9BBD4D; }
a { background-color: rgb(155,189,77); }
div.DivClassName
{
background-color: #9BBD4D;
}
.BgClassName
{
background-color: #9BBD4D;
}
</style>
border-color css
<style>
span { border-color: #9BBD4D; }
span { border-color: rgb(155,189,77); }
td.TdClassName
{
border-color: #9BBD4D;
}
.TagClassName
{
border-color: #9BBD4D;
}
</style>