Shades of Atlantis #9BBD4B
Tints of Atlantis #9BBD4B
RGB
CMYK
RGB Variations
Color information
#9BBD4B (or 0x9BBD4B) is known color: Atlantis. HEX triplet: 9B, BD and 4B. RGB value is (155,189,75). Sum of RGB (Red+Green+Blue) = 155+189+75=419 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.99% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 75 (29.69% from 255 or 17.90% from 419); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBD4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BBD4B is #6442B4. Grayscale: #A6A6A6. Windows color (decimal): -6570677 or 4963739. OLE color: 4963739.
HSL color Cylindrical-coordinate representation of color #9BBD4B: hue angle of 77.89º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9BBD4B is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 189 | 75 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.26 |
| HSL | 77.89º | 0.46% | 0.52% | - |
| HSV(B) | 77.89º | 0.6% | 0.74% | - |
| XYZ | 32.99 | 43.87 | 13.39 | - |
| YUV | 165.84 | 76.74 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 189 | 75 | 0.18 | 0 | 0.60 | 0.26 | 77.89 | 0.46 | 0.52 |
| Hex | 9B | BD | 4B | 12 | 0 | 3C | 1A | 4E | 2E | 34 |
| Octal | 233 | 275 | 113 | 22 | 0 | 74 | 32 | 116 | 56 | 64 |
| Binary | 10011011 | 10111101 | 1001011 | 10010 | 0 | 111100 | 11010 | 1001110 | 101110 | 110100 |
Color Harmonies of #9BBD4B
Complementary color
Monochromatic Colors of #9BBD4B
Black with #9BBD4B
Text Example
Text Example
White with #9BBD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBD4B; }
p { color: rgb(155,189,75); }
H1.HeaderClassName
{
color: #9BBD4B;
}
.AnyTagClassName
{
color: #9BBD4B;
}
</style>
background-color css
<style>
a { background-color: #9BBD4B; }
a { background-color: rgb(155,189,75); }
div.DivClassName
{
background-color: #9BBD4B;
}
.BgClassName
{
background-color: #9BBD4B;
}
</style>
border-color css
<style>
span { border-color: #9BBD4B; }
span { border-color: rgb(155,189,75); }
td.TdClassName
{
border-color: #9BBD4B;
}
.TagClassName
{
border-color: #9BBD4B;
}
</style>