Shades of Atlantis #9BBC41
Tints of Atlantis #9BBC41
RGB
CMYK
RGB Variations
Color information
#9BBC41 (or 0x9BBC41) is known color: Atlantis. HEX triplet: 9B, BC and 41. RGB value is (155,188,65). Sum of RGB (Red+Green+Blue) = 155+188+65=408 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.99% from 408); Green value is 188 (73.83% from 255 or 46.08% from 408); Blue value is 65 (25.78% from 255 or 15.93% from 408); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BBC41 is #6443BE. Grayscale: #A4A4A4. Windows color (decimal): -6570943 or 4308123. OLE color: 4308123.
HSL color Cylindrical-coordinate representation of color #9BBC41: hue angle of 76.1º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9BBC41 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 188 | 65 | - |
| CMYK | 0.18 | 0 | 0.65 | 0.26 |
| HSL | 76.1º | 0.49% | 0.5% | - |
| HSV(B) | 76.1º | 0.65% | 0.74% | - |
| XYZ | 32.45 | 43.32 | 11.65 | - |
| YUV | 164.11 | 72.07 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 188 | 65 | 0.18 | 0 | 0.65 | 0.26 | 76.1 | 0.49 | 0.5 |
| Hex | 9B | BC | 41 | 12 | 0 | 41 | 1A | 4C | 31 | 32 |
| Octal | 233 | 274 | 101 | 22 | 0 | 101 | 32 | 114 | 61 | 62 |
| Binary | 10011011 | 10111100 | 1000001 | 10010 | 0 | 1000001 | 11010 | 1001100 | 110001 | 110010 |
Color Harmonies of #9BBC41
Complementary color
Monochromatic Colors of #9BBC41
Black with #9BBC41
Text Example
Text Example
White with #9BBC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBC41; }
p { color: rgb(155,188,65); }
H1.HeaderClassName
{
color: #9BBC41;
}
.AnyTagClassName
{
color: #9BBC41;
}
</style>
background-color css
<style>
a { background-color: #9BBC41; }
a { background-color: rgb(155,188,65); }
div.DivClassName
{
background-color: #9BBC41;
}
.BgClassName
{
background-color: #9BBC41;
}
</style>
border-color css
<style>
span { border-color: #9BBC41; }
span { border-color: rgb(155,188,65); }
td.TdClassName
{
border-color: #9BBC41;
}
.TagClassName
{
border-color: #9BBC41;
}
</style>