Shades of Atlantis #99BF4C
Tints of Atlantis #99BF4C
RGB
CMYK
RGB Variations
Color information
#99BF4C (or 0x99BF4C) is known color: Atlantis. HEX triplet: 99, BF and 4C. RGB value is (153,191,76). Sum of RGB (Red+Green+Blue) = 153+191+76=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 191 (75% from 255 or 45.48% from 420); Blue value is 76 (30.08% from 255 or 18.10% from 420); Max value from RGB is 191 - color contains mainly: green. Hex color #99BF4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BF4C is #6640B3. Grayscale: #A6A6A6. Windows color (decimal): -6701236 or 5029785. OLE color: 5029785.
HSL color Cylindrical-coordinate representation of color #99BF4C: hue angle of 79.83º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #99BF4C is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 191 | 76 | - |
| CMYK | 0.20 | 0 | 0.60 | 0.25 |
| HSL | 79.83º | 0.47% | 0.52% | - |
| HSV(B) | 79.83º | 0.6% | 0.75% | - |
| XYZ | 33.07 | 44.56 | 13.69 | - |
| YUV | 166.53 | 76.91 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 191 | 76 | 0.20 | 0 | 0.60 | 0.25 | 79.83 | 0.47 | 0.52 |
| Hex | 99 | BF | 4C | 14 | 0 | 3C | 19 | 50 | 2F | 34 |
| Octal | 231 | 277 | 114 | 24 | 0 | 74 | 31 | 120 | 57 | 64 |
| Binary | 10011001 | 10111111 | 1001100 | 10100 | 0 | 111100 | 11001 | 1010000 | 101111 | 110100 |
Color Harmonies of #99BF4C
Complementary color
Monochromatic Colors of #99BF4C
Black with #99BF4C
Text Example
Text Example
White with #99BF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BF4C; }
p { color: rgb(153,191,76); }
H1.HeaderClassName
{
color: #99BF4C;
}
.AnyTagClassName
{
color: #99BF4C;
}
</style>
background-color css
<style>
a { background-color: #99BF4C; }
a { background-color: rgb(153,191,76); }
div.DivClassName
{
background-color: #99BF4C;
}
.BgClassName
{
background-color: #99BF4C;
}
</style>
border-color css
<style>
span { border-color: #99BF4C; }
span { border-color: rgb(153,191,76); }
td.TdClassName
{
border-color: #99BF4C;
}
.TagClassName
{
border-color: #99BF4C;
}
</style>