Shades of Atlantis #A1BD42
Tints of Atlantis #A1BD42
RGB
CMYK
RGB Variations
Color information
#A1BD42 (or 0xA1BD42) is known color: Atlantis. HEX triplet: A1, BD and 42. RGB value is (161,189,66). Sum of RGB (Red+Green+Blue) = 161+189+66=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 189 (74.22% from 255 or 45.43% from 416); Blue value is 66 (26.17% from 255 or 15.87% from 416); Max value from RGB is 189 - color contains mainly: green. Hex color #A1BD42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BD42 is #5E42BD. Grayscale: #A7A7A7. Windows color (decimal): -6177470 or 4373921. OLE color: 4373921.
HSL color Cylindrical-coordinate representation of color #A1BD42: hue angle of 73.66º degrees, saturation: 0.48, 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 #A1BD42 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 189 | 66 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.26 |
| HSL | 73.66º | 0.48% | 0.5% | - |
| HSV(B) | 73.66º | 0.65% | 0.74% | - |
| XYZ | 33.88 | 44.37 | 11.93 | - |
| YUV | 166.61 | 71.22 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 189 | 66 | 0.15 | 0 | 0.65 | 0.26 | 73.66 | 0.48 | 0.5 |
| Hex | A1 | BD | 42 | F | 0 | 41 | 1A | 4A | 30 | 32 |
| Octal | 241 | 275 | 102 | 17 | 0 | 101 | 32 | 112 | 60 | 62 |
| Binary | 10100001 | 10111101 | 1000010 | 1111 | 0 | 1000001 | 11010 | 1001010 | 110000 | 110010 |
Color Harmonies of #A1BD42
Complementary color
Monochromatic Colors of #A1BD42
Black with #A1BD42
Text Example
Text Example
White with #A1BD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BD42; }
p { color: rgb(161,189,66); }
H1.HeaderClassName
{
color: #A1BD42;
}
.AnyTagClassName
{
color: #A1BD42;
}
</style>
background-color css
<style>
a { background-color: #A1BD42; }
a { background-color: rgb(161,189,66); }
div.DivClassName
{
background-color: #A1BD42;
}
.BgClassName
{
background-color: #A1BD42;
}
</style>
border-color css
<style>
span { border-color: #A1BD42; }
span { border-color: rgb(161,189,66); }
td.TdClassName
{
border-color: #A1BD42;
}
.TagClassName
{
border-color: #A1BD42;
}
</style>