Shades of Sulu #C4D97A
Tints of Sulu #C4D97A
RGB
CMYK
RGB Variations
Color information
#C4D97A (or 0xC4D97A) is known color: Sulu. HEX triplet: C4, D9 and 7A. RGB value is (196,217,122). Sum of RGB (Red+Green+Blue) = 196+217+122=535 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.64% from 535); Green value is 217 (85.16% from 255 or 40.56% from 535); Blue value is 122 (48.05% from 255 or 22.80% from 535); Max value from RGB is 217 - color contains mainly: green. Hex color #C4D97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D97A is #3B2685. Grayscale: #C8C8C8. Windows color (decimal): -3876486 or 8051140. OLE color: 8051140.
HSL color Cylindrical-coordinate representation of color #C4D97A: hue angle of 73.26º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C4D97A is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 217 | 122 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.15 |
| HSL | 73.26º | 0.56% | 0.66% | - |
| HSV(B) | 73.26º | 0.44% | 0.85% | - |
| XYZ | 51.09 | 62.77 | 27.83 | - |
| YUV | 199.89 | 84.04 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 217 | 122 | 0.10 | 0 | 0.44 | 0.15 | 73.26 | 0.56 | 0.66 |
| Hex | C4 | D9 | 7A | A | 0 | 2C | F | 49 | 38 | 42 |
| Octal | 304 | 331 | 172 | 12 | 0 | 54 | 17 | 111 | 70 | 102 |
| Binary | 11000100 | 11011001 | 1111010 | 1010 | 0 | 101100 | 1111 | 1001001 | 111000 | 1000010 |
Color Harmonies of #C4D97A
Complementary color
Monochromatic Colors of #C4D97A
Black with #C4D97A
Text Example
Text Example
White with #C4D97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D97A; }
p { color: rgb(196,217,122); }
H1.HeaderClassName
{
color: #C4D97A;
}
.AnyTagClassName
{
color: #C4D97A;
}
</style>
background-color css
<style>
a { background-color: #C4D97A; }
a { background-color: rgb(196,217,122); }
div.DivClassName
{
background-color: #C4D97A;
}
.BgClassName
{
background-color: #C4D97A;
}
</style>
border-color css
<style>
span { border-color: #C4D97A; }
span { border-color: rgb(196,217,122); }
td.TdClassName
{
border-color: #C4D97A;
}
.TagClassName
{
border-color: #C4D97A;
}
</style>