Shades of Atlantis #91BC41
Tints of Atlantis #91BC41
RGB
CMYK
RGB Variations
Color information
#91BC41 (or 0x91BC41) is known color: Atlantis. HEX triplet: 91, BC and 41. RGB value is (145,188,65). Sum of RGB (Red+Green+Blue) = 145+188+65=398 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.43% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 65 (25.78% from 255 or 16.33% from 398); Max value from RGB is 188 - color contains mainly: green. Hex color #91BC41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91BC41 is #6E43BE. Grayscale: #A1A1A1. Windows color (decimal): -7226303 or 4308113. OLE color: 4308113.
HSL color Cylindrical-coordinate representation of color #91BC41: hue angle of 80.98º 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 #91BC41 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 188 | 65 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.26 |
| HSL | 80.98º | 0.49% | 0.5% | - |
| HSV(B) | 80.98º | 0.65% | 0.74% | - |
| XYZ | 30.61 | 42.37 | 11.57 | - |
| YUV | 161.12 | 73.75 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 188 | 65 | 0.23 | 0 | 0.65 | 0.26 | 80.98 | 0.49 | 0.5 |
| Hex | 91 | BC | 41 | 17 | 0 | 41 | 1A | 51 | 31 | 32 |
| Octal | 221 | 274 | 101 | 27 | 0 | 101 | 32 | 121 | 61 | 62 |
| Binary | 10010001 | 10111100 | 1000001 | 10111 | 0 | 1000001 | 11010 | 1010001 | 110001 | 110010 |
Color Harmonies of #91BC41
Complementary color
Monochromatic Colors of #91BC41
Black with #91BC41
Text Example
Text Example
White with #91BC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BC41; }
p { color: rgb(145,188,65); }
H1.HeaderClassName
{
color: #91BC41;
}
.AnyTagClassName
{
color: #91BC41;
}
</style>
background-color css
<style>
a { background-color: #91BC41; }
a { background-color: rgb(145,188,65); }
div.DivClassName
{
background-color: #91BC41;
}
.BgClassName
{
background-color: #91BC41;
}
</style>
border-color css
<style>
span { border-color: #91BC41; }
span { border-color: rgb(145,188,65); }
td.TdClassName
{
border-color: #91BC41;
}
.TagClassName
{
border-color: #91BC41;
}
</style>