Shades of Atlantis #B0D939
Tints of Atlantis #B0D939
RGB
CMYK
RGB Variations
Color information
#B0D939 (or 0xB0D939) is known color: Atlantis. HEX triplet: B0, D9 and 39. RGB value is (176,217,57). Sum of RGB (Red+Green+Blue) = 176+217+57=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 217 (85.16% from 255 or 48.22% from 450); Blue value is 57 (22.66% from 255 or 12.67% from 450); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D939 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D939 is #4F26C6. Grayscale: #BBBBBB. Windows color (decimal): -5187271 or 3791280. OLE color: 3791280.
HSL color Cylindrical-coordinate representation of color #B0D939: hue angle of 75.38º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0D939 is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 217 | 57 | - |
| CMYK | 0.19 | 0 | 0.74 | 0.15 |
| HSL | 75.38º | 0.68% | 0.54% | - |
| HSV(B) | 75.38º | 0.74% | 0.85% | - |
| XYZ | 43.46 | 59.15 | 13 | - |
| YUV | 186.5 | 54.92 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 217 | 57 | 0.19 | 0 | 0.74 | 0.15 | 75.38 | 0.68 | 0.54 |
| Hex | B0 | D9 | 39 | 13 | 0 | 4A | F | 4B | 44 | 36 |
| Octal | 260 | 331 | 71 | 23 | 0 | 112 | 17 | 113 | 104 | 66 |
| Binary | 10110000 | 11011001 | 111001 | 10011 | 0 | 1001010 | 1111 | 1001011 | 1000100 | 110110 |
Color Harmonies of #B0D939
Complementary color
Monochromatic Colors of #B0D939
Black with #B0D939
Text Example
Text Example
White with #B0D939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D939; }
p { color: rgb(176,217,57); }
H1.HeaderClassName
{
color: #B0D939;
}
.AnyTagClassName
{
color: #B0D939;
}
</style>
background-color css
<style>
a { background-color: #B0D939; }
a { background-color: rgb(176,217,57); }
div.DivClassName
{
background-color: #B0D939;
}
.BgClassName
{
background-color: #B0D939;
}
</style>
border-color css
<style>
span { border-color: #B0D939; }
span { border-color: rgb(176,217,57); }
td.TdClassName
{
border-color: #B0D939;
}
.TagClassName
{
border-color: #B0D939;
}
</style>