Shades of Green Spring #AFBD93
Tints of Green Spring #AFBD93
RGB
CMYK
RGB Variations
Color information
#AFBD93 (or 0xAFBD93) is known color: Green Spring. HEX triplet: AF, BD and 93. RGB value is (175,189,147). Sum of RGB (Red+Green+Blue) = 175+189+147=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 147 (57.81% from 255 or 28.77% from 511); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBD93 is #50426C. Grayscale: #B4B4B4. Windows color (decimal): -5259885 or 9682351. OLE color: 9682351.
HSL color Cylindrical-coordinate representation of color #AFBD93: hue angle of 80º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFBD93 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 189 | 147 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.26 |
| HSL | 80º | 0.24% | 0.66% | - |
| HSV(B) | 80º | 0.22% | 0.74% | - |
| XYZ | 41.14 | 47.62 | 34.63 | - |
| YUV | 180.03 | 109.36 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 189 | 147 | 0.07 | 0 | 0.22 | 0.26 | 80 | 0.24 | 0.66 |
| Hex | AF | BD | 93 | 7 | 0 | 16 | 1A | 50 | 18 | 42 |
| Octal | 257 | 275 | 223 | 7 | 0 | 26 | 32 | 120 | 30 | 102 |
| Binary | 10101111 | 10111101 | 10010011 | 111 | 0 | 10110 | 11010 | 1010000 | 11000 | 1000010 |
Color Harmonies of #AFBD93
Complementary color
Monochromatic Colors of #AFBD93
Black with #AFBD93
Text Example
Text Example
White with #AFBD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBD93; }
p { color: rgb(175,189,147); }
H1.HeaderClassName
{
color: #AFBD93;
}
.AnyTagClassName
{
color: #AFBD93;
}
</style>
background-color css
<style>
a { background-color: #AFBD93; }
a { background-color: rgb(175,189,147); }
div.DivClassName
{
background-color: #AFBD93;
}
.BgClassName
{
background-color: #AFBD93;
}
</style>
border-color css
<style>
span { border-color: #AFBD93; }
span { border-color: rgb(175,189,147); }
td.TdClassName
{
border-color: #AFBD93;
}
.TagClassName
{
border-color: #AFBD93;
}
</style>