Shades of Atlantis #8CBD3F
Tints of Atlantis #8CBD3F
RGB
CMYK
RGB Variations
Color information
#8CBD3F (or 0x8CBD3F) is known color: Atlantis. HEX triplet: 8C, BD and 3F. RGB value is (140,189,63). Sum of RGB (Red+Green+Blue) = 140+189+63=392 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.71% from 392); Green value is 189 (74.22% from 255 or 48.21% from 392); Blue value is 63 (25% from 255 or 16.07% from 392); Max value from RGB is 189 - color contains mainly: green. Hex color #8CBD3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBD3F is #7342C0. Grayscale: #A0A0A0. Windows color (decimal): -7553729 or 4177292. OLE color: 4177292.
HSL color Cylindrical-coordinate representation of color #8CBD3F: hue angle of 83.33º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8CBD3F is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 189 | 63 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.26 |
| HSL | 83.33º | 0.5% | 0.49% | - |
| HSV(B) | 83.33º | 0.67% | 0.74% | - |
| XYZ | 29.91 | 42.33 | 11.3 | - |
| YUV | 159.99 | 73.27 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 189 | 63 | 0.26 | 0 | 0.67 | 0.26 | 83.33 | 0.5 | 0.49 |
| Hex | 8C | BD | 3F | 1A | 0 | 43 | 1A | 53 | 32 | 31 |
| Octal | 214 | 275 | 77 | 32 | 0 | 103 | 32 | 123 | 62 | 61 |
| Binary | 10001100 | 10111101 | 111111 | 11010 | 0 | 1000011 | 11010 | 1010011 | 110010 | 110001 |
Color Harmonies of #8CBD3F
Complementary color
Monochromatic Colors of #8CBD3F
Black with #8CBD3F
Text Example
Text Example
White with #8CBD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBD3F; }
p { color: rgb(140,189,63); }
H1.HeaderClassName
{
color: #8CBD3F;
}
.AnyTagClassName
{
color: #8CBD3F;
}
</style>
background-color css
<style>
a { background-color: #8CBD3F; }
a { background-color: rgb(140,189,63); }
div.DivClassName
{
background-color: #8CBD3F;
}
.BgClassName
{
background-color: #8CBD3F;
}
</style>
border-color css
<style>
span { border-color: #8CBD3F; }
span { border-color: rgb(140,189,63); }
td.TdClassName
{
border-color: #8CBD3F;
}
.TagClassName
{
border-color: #8CBD3F;
}
</style>