Shades of Atlantis #A2BF3F
Tints of Atlantis #A2BF3F
RGB
CMYK
RGB Variations
Color information
#A2BF3F (or 0xA2BF3F) is known color: Atlantis. HEX triplet: A2, BF and 3F. RGB value is (162,191,63). Sum of RGB (Red+Green+Blue) = 162+191+63=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 191 (75% from 255 or 45.91% from 416); Blue value is 63 (25% from 255 or 15.14% from 416); Max value from RGB is 191 - color contains mainly: green. Hex color #A2BF3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BF3F is #5D40C0. Grayscale: #A8A8A8. Windows color (decimal): -6111425 or 4177826. OLE color: 4177826.
HSL color Cylindrical-coordinate representation of color #A2BF3F: hue angle of 73.59º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A2BF3F is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 191 | 63 | - |
| CMYK | 0.15 | 0 | 0.67 | 0.25 |
| HSL | 73.59º | 0.5% | 0.5% | - |
| HSV(B) | 73.59º | 0.67% | 0.75% | - |
| XYZ | 34.43 | 45.3 | 11.63 | - |
| YUV | 167.74 | 68.89 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 191 | 63 | 0.15 | 0 | 0.67 | 0.25 | 73.59 | 0.5 | 0.5 |
| Hex | A2 | BF | 3F | F | 0 | 43 | 19 | 4A | 32 | 32 |
| Octal | 242 | 277 | 77 | 17 | 0 | 103 | 31 | 112 | 62 | 62 |
| Binary | 10100010 | 10111111 | 111111 | 1111 | 0 | 1000011 | 11001 | 1001010 | 110010 | 110010 |
Color Harmonies of #A2BF3F
Complementary color
Monochromatic Colors of #A2BF3F
Black with #A2BF3F
Text Example
Text Example
White with #A2BF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BF3F; }
p { color: rgb(162,191,63); }
H1.HeaderClassName
{
color: #A2BF3F;
}
.AnyTagClassName
{
color: #A2BF3F;
}
</style>
background-color css
<style>
a { background-color: #A2BF3F; }
a { background-color: rgb(162,191,63); }
div.DivClassName
{
background-color: #A2BF3F;
}
.BgClassName
{
background-color: #A2BF3F;
}
</style>
border-color css
<style>
span { border-color: #A2BF3F; }
span { border-color: rgb(162,191,63); }
td.TdClassName
{
border-color: #A2BF3F;
}
.TagClassName
{
border-color: #A2BF3F;
}
</style>