Shades of Las Palmas #C9D549
Tints of Las Palmas #C9D549
RGB
CMYK
RGB Variations
Color information
#C9D549 (or 0xC9D549) is known color: Las Palmas. HEX triplet: C9, D5 and 49. RGB value is (201,213,73). Sum of RGB (Red+Green+Blue) = 201+213+73=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 213 (83.59% from 255 or 43.74% from 487); Blue value is 73 (28.91% from 255 or 14.99% from 487); Max value from RGB is 213 - color contains mainly: green. Hex color #C9D549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D549 is #362AB6. Grayscale: #C1C1C1. Windows color (decimal): -3549879 or 4838857. OLE color: 4838857.
HSL color Cylindrical-coordinate representation of color #C9D549: hue angle of 65.14º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C9D549 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 213 | 73 | - |
| CMYK | 0.06 | 0 | 0.66 | 0.16 |
| HSL | 65.14º | 0.63% | 0.56% | - |
| HSV(B) | 65.14º | 0.66% | 0.84% | - |
| XYZ | 49.08 | 60.49 | 15.39 | - |
| YUV | 193.45 | 60.02 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 213 | 73 | 0.06 | 0 | 0.66 | 0.16 | 65.14 | 0.63 | 0.56 |
| Hex | C9 | D5 | 49 | 6 | 0 | 42 | 10 | 41 | 3E | 38 |
| Octal | 311 | 325 | 111 | 6 | 0 | 102 | 20 | 101 | 76 | 70 |
| Binary | 11001001 | 11010101 | 1001001 | 110 | 0 | 1000010 | 10000 | 1000001 | 111110 | 111000 |
Color Harmonies of #C9D549
Complementary color
Monochromatic Colors of #C9D549
Black with #C9D549
Text Example
Text Example
White with #C9D549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D549; }
p { color: rgb(201,213,73); }
H1.HeaderClassName
{
color: #C9D549;
}
.AnyTagClassName
{
color: #C9D549;
}
</style>
background-color css
<style>
a { background-color: #C9D549; }
a { background-color: rgb(201,213,73); }
div.DivClassName
{
background-color: #C9D549;
}
.BgClassName
{
background-color: #C9D549;
}
</style>
border-color css
<style>
span { border-color: #C9D549; }
span { border-color: rgb(201,213,73); }
td.TdClassName
{
border-color: #C9D549;
}
.TagClassName
{
border-color: #C9D549;
}
</style>