Shades of De York #8BCA92
Tints of De York #8BCA92
RGB
CMYK
RGB Variations
Color information
#8BCA92 (or 0x8BCA92) is known color: De York. HEX triplet: 8B, CA and 92. RGB value is (139,202,146). Sum of RGB (Red+Green+Blue) = 139+202+146=487 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.54% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 146 (57.42% from 255 or 29.98% from 487); Max value from RGB is 202 - color contains mainly: green. Hex color #8BCA92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCA92 is #74356D. Grayscale: #B0B0B0. Windows color (decimal): -7615854 or 9620107. OLE color: 9620107.
HSL color Cylindrical-coordinate representation of color #8BCA92: hue angle of 126.67º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BCA92 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 202 | 146 | - |
| CMYK | 0.31 | 0 | 0.28 | 0.21 |
| HSL | 126.67º | 0.37% | 0.67% | - |
| HSV(B) | 126.67º | 0.31% | 0.79% | - |
| XYZ | 36.96 | 49.81 | 34.86 | - |
| YUV | 176.78 | 110.63 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 202 | 146 | 0.31 | 0 | 0.28 | 0.21 | 126.67 | 0.37 | 0.67 |
| Hex | 8B | CA | 92 | 1F | 0 | 1C | 15 | 7F | 25 | 43 |
| Octal | 213 | 312 | 222 | 37 | 0 | 34 | 25 | 177 | 45 | 103 |
| Binary | 10001011 | 11001010 | 10010010 | 11111 | 0 | 11100 | 10101 | 1111111 | 100101 | 1000011 |
Color Harmonies of #8BCA92
Complementary color
Monochromatic Colors of #8BCA92
Black with #8BCA92
Text Example
Text Example
White with #8BCA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCA92; }
p { color: rgb(139,202,146); }
H1.HeaderClassName
{
color: #8BCA92;
}
.AnyTagClassName
{
color: #8BCA92;
}
</style>
background-color css
<style>
a { background-color: #8BCA92; }
a { background-color: rgb(139,202,146); }
div.DivClassName
{
background-color: #8BCA92;
}
.BgClassName
{
background-color: #8BCA92;
}
</style>
border-color css
<style>
span { border-color: #8BCA92; }
span { border-color: rgb(139,202,146); }
td.TdClassName
{
border-color: #8BCA92;
}
.TagClassName
{
border-color: #8BCA92;
}
</style>