Shades of Sulu #C2D98B
Tints of Sulu #C2D98B
RGB
CMYK
RGB Variations
Color information
#C2D98B (or 0xC2D98B) is known color: Sulu. HEX triplet: C2, D9 and 8B. RGB value is (194,217,139). Sum of RGB (Red+Green+Blue) = 194+217+139=550 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.27% from 550); Green value is 217 (85.16% from 255 or 39.45% from 550); Blue value is 139 (54.69% from 255 or 25.27% from 550); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D98B is #3D2674. Grayscale: #C9C9C9. Windows color (decimal): -4007541 or 9165250. OLE color: 9165250.
HSL color Cylindrical-coordinate representation of color #C2D98B: hue angle of 77.69º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C2D98B is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 217 | 139 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.15 |
| HSL | 77.69º | 0.51% | 0.7% | - |
| HSV(B) | 77.69º | 0.36% | 0.85% | - |
| XYZ | 51.72 | 62.96 | 33.85 | - |
| YUV | 201.23 | 92.88 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 217 | 139 | 0.11 | 0 | 0.36 | 0.15 | 77.69 | 0.51 | 0.7 |
| Hex | C2 | D9 | 8B | B | 0 | 24 | F | 4E | 33 | 46 |
| Octal | 302 | 331 | 213 | 13 | 0 | 44 | 17 | 116 | 63 | 106 |
| Binary | 11000010 | 11011001 | 10001011 | 1011 | 0 | 100100 | 1111 | 1001110 | 110011 | 1000110 |
Color Harmonies of #C2D98B
Complementary color
Monochromatic Colors of #C2D98B
Black with #C2D98B
Text Example
Text Example
White with #C2D98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D98B; }
p { color: rgb(194,217,139); }
H1.HeaderClassName
{
color: #C2D98B;
}
.AnyTagClassName
{
color: #C2D98B;
}
</style>
background-color css
<style>
a { background-color: #C2D98B; }
a { background-color: rgb(194,217,139); }
div.DivClassName
{
background-color: #C2D98B;
}
.BgClassName
{
background-color: #C2D98B;
}
</style>
border-color css
<style>
span { border-color: #C2D98B; }
span { border-color: rgb(194,217,139); }
td.TdClassName
{
border-color: #C2D98B;
}
.TagClassName
{
border-color: #C2D98B;
}
</style>