Shades of Atlantis #99BE3E
Tints of Atlantis #99BE3E
RGB
CMYK
RGB Variations
Color information
#99BE3E (or 0x99BE3E) is known color: Atlantis. HEX triplet: 99, BE and 3E. RGB value is (153,190,62). Sum of RGB (Red+Green+Blue) = 153+190+62=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 190 (74.61% from 255 or 46.91% from 405); Blue value is 62 (24.61% from 255 or 15.31% from 405); Max value from RGB is 190 - color contains mainly: green. Hex color #99BE3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BE3E is #6641C1. Grayscale: #A4A4A4. Windows color (decimal): -6701506 or 4112025. OLE color: 4112025.
HSL color Cylindrical-coordinate representation of color #99BE3E: hue angle of 77.34º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #99BE3E is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 190 | 62 | - |
| CMYK | 0.19 | 0 | 0.67 | 0.25 |
| HSL | 77.34º | 0.51% | 0.49% | - |
| HSV(B) | 77.34º | 0.67% | 0.75% | - |
| XYZ | 32.42 | 43.95 | 11.33 | - |
| YUV | 164.35 | 70.24 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 190 | 62 | 0.19 | 0 | 0.67 | 0.25 | 77.34 | 0.51 | 0.49 |
| Hex | 99 | BE | 3E | 13 | 0 | 43 | 19 | 4D | 33 | 31 |
| Octal | 231 | 276 | 76 | 23 | 0 | 103 | 31 | 115 | 63 | 61 |
| Binary | 10011001 | 10111110 | 111110 | 10011 | 0 | 1000011 | 11001 | 1001101 | 110011 | 110001 |
Color Harmonies of #99BE3E
Complementary color
Monochromatic Colors of #99BE3E
Black with #99BE3E
Text Example
Text Example
White with #99BE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BE3E; }
p { color: rgb(153,190,62); }
H1.HeaderClassName
{
color: #99BE3E;
}
.AnyTagClassName
{
color: #99BE3E;
}
</style>
background-color css
<style>
a { background-color: #99BE3E; }
a { background-color: rgb(153,190,62); }
div.DivClassName
{
background-color: #99BE3E;
}
.BgClassName
{
background-color: #99BE3E;
}
</style>
border-color css
<style>
span { border-color: #99BE3E; }
span { border-color: rgb(153,190,62); }
td.TdClassName
{
border-color: #99BE3E;
}
.TagClassName
{
border-color: #99BE3E;
}
</style>