Shades of Summer Green #99BFA5
Tints of Summer Green #99BFA5
RGB
CMYK
RGB Variations
Color information
#99BFA5 (or 0x99BFA5) is known color: Summer Green. HEX triplet: 99, BF and A5. RGB value is (153,191,165). Sum of RGB (Red+Green+Blue) = 153+191+165=509 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.06% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 165 (64.84% from 255 or 32.42% from 509); Max value from RGB is 191 - color contains mainly: green. Hex color #99BFA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BFA5 is #66405A. Grayscale: #B0B0B0. Windows color (decimal): -6701147 or 10862489. OLE color: 10862489.
HSL color Cylindrical-coordinate representation of color #99BFA5: hue angle of 138.95º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99BFA5 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 191 | 165 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.25 |
| HSL | 138.95º | 0.23% | 0.67% | - |
| HSV(B) | 138.95º | 0.2% | 0.75% | - |
| XYZ | 38.56 | 46.75 | 42.59 | - |
| YUV | 176.67 | 121.41 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 191 | 165 | 0.20 | 0 | 0.14 | 0.25 | 138.95 | 0.23 | 0.67 |
| Hex | 99 | BF | A5 | 14 | 0 | E | 19 | 8B | 17 | 43 |
| Octal | 231 | 277 | 245 | 24 | 0 | 16 | 31 | 213 | 27 | 103 |
| Binary | 10011001 | 10111111 | 10100101 | 10100 | 0 | 1110 | 11001 | 10001011 | 10111 | 1000011 |
Color Harmonies of #99BFA5
Complementary color
Monochromatic Colors of #99BFA5
Black with #99BFA5
Text Example
Text Example
White with #99BFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BFA5; }
p { color: rgb(153,191,165); }
H1.HeaderClassName
{
color: #99BFA5;
}
.AnyTagClassName
{
color: #99BFA5;
}
</style>
background-color css
<style>
a { background-color: #99BFA5; }
a { background-color: rgb(153,191,165); }
div.DivClassName
{
background-color: #99BFA5;
}
.BgClassName
{
background-color: #99BFA5;
}
</style>
border-color css
<style>
span { border-color: #99BFA5; }
span { border-color: rgb(153,191,165); }
td.TdClassName
{
border-color: #99BFA5;
}
.TagClassName
{
border-color: #99BFA5;
}
</style>