Shades of Atlantis #91BA42
Tints of Atlantis #91BA42
RGB
CMYK
RGB Variations
Color information
#91BA42 (or 0x91BA42) is known color: Atlantis. HEX triplet: 91, BA and 42. RGB value is (145,186,66). Sum of RGB (Red+Green+Blue) = 145+186+66=397 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.52% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 66 (26.17% from 255 or 16.62% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #91BA42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91BA42 is #6E45BD. Grayscale: #A0A0A0. Windows color (decimal): -7226814 or 4373137. OLE color: 4373137.
HSL color Cylindrical-coordinate representation of color #91BA42: hue angle of 80.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #91BA42 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 186 | 66 | - |
| CMYK | 0.22 | 0 | 0.65 | 0.27 |
| HSL | 80.5º | 0.48% | 0.49% | - |
| HSV(B) | 80.5º | 0.65% | 0.73% | - |
| XYZ | 30.22 | 41.53 | 11.58 | - |
| YUV | 160.06 | 74.92 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 186 | 66 | 0.22 | 0 | 0.65 | 0.27 | 80.5 | 0.48 | 0.49 |
| Hex | 91 | BA | 42 | 16 | 0 | 41 | 1B | 50 | 30 | 31 |
| Octal | 221 | 272 | 102 | 26 | 0 | 101 | 33 | 120 | 60 | 61 |
| Binary | 10010001 | 10111010 | 1000010 | 10110 | 0 | 1000001 | 11011 | 1010000 | 110000 | 110001 |
Color Harmonies of #91BA42
Complementary color
Monochromatic Colors of #91BA42
Black with #91BA42
Text Example
Text Example
White with #91BA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BA42; }
p { color: rgb(145,186,66); }
H1.HeaderClassName
{
color: #91BA42;
}
.AnyTagClassName
{
color: #91BA42;
}
</style>
background-color css
<style>
a { background-color: #91BA42; }
a { background-color: rgb(145,186,66); }
div.DivClassName
{
background-color: #91BA42;
}
.BgClassName
{
background-color: #91BA42;
}
</style>
border-color css
<style>
span { border-color: #91BA42; }
span { border-color: rgb(145,186,66); }
td.TdClassName
{
border-color: #91BA42;
}
.TagClassName
{
border-color: #91BA42;
}
</style>