Shades of De York #89C38A
Tints of De York #89C38A
RGB
CMYK
RGB Variations
Color information
#89C38A (or 0x89C38A) is known color: De York. HEX triplet: 89, C3 and 8A. RGB value is (137,195,138). Sum of RGB (Red+Green+Blue) = 137+195+138=470 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.15% from 470); Green value is 195 (76.56% from 255 or 41.49% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 195 - color contains mainly: green. Hex color #89C38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89C38A is #763C75. Grayscale: #ABABAB. Windows color (decimal): -7748726 or 9094025. OLE color: 9094025.
HSL color Cylindrical-coordinate representation of color #89C38A: hue angle of 121.03º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #89C38A is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 195 | 138 | - |
| CMYK | 0.30 | 0 | 0.29 | 0.24 |
| HSL | 121.03º | 0.33% | 0.65% | - |
| HSV(B) | 121.03º | 0.3% | 0.76% | - |
| XYZ | 34.42 | 46.18 | 31.15 | - |
| YUV | 171.16 | 109.28 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 195 | 138 | 0.30 | 0 | 0.29 | 0.24 | 121.03 | 0.33 | 0.65 |
| Hex | 89 | C3 | 8A | 1E | 0 | 1D | 18 | 79 | 21 | 41 |
| Octal | 211 | 303 | 212 | 36 | 0 | 35 | 30 | 171 | 41 | 101 |
| Binary | 10001001 | 11000011 | 10001010 | 11110 | 0 | 11101 | 11000 | 1111001 | 100001 | 1000001 |
Color Harmonies of #89C38A
Complementary color
Monochromatic Colors of #89C38A
Black with #89C38A
Text Example
Text Example
White with #89C38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C38A; }
p { color: rgb(137,195,138); }
H1.HeaderClassName
{
color: #89C38A;
}
.AnyTagClassName
{
color: #89C38A;
}
</style>
background-color css
<style>
a { background-color: #89C38A; }
a { background-color: rgb(137,195,138); }
div.DivClassName
{
background-color: #89C38A;
}
.BgClassName
{
background-color: #89C38A;
}
</style>
border-color css
<style>
span { border-color: #89C38A; }
span { border-color: rgb(137,195,138); }
td.TdClassName
{
border-color: #89C38A;
}
.TagClassName
{
border-color: #89C38A;
}
</style>