Shades of Las Palmas #C9D93C
Tints of Las Palmas #C9D93C
RGB
CMYK
RGB Variations
Color information
#C9D93C (or 0xC9D93C) is known color: Las Palmas. HEX triplet: C9, D9 and 3C. RGB value is (201,217,60). Sum of RGB (Red+Green+Blue) = 201+217+60=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 217 (85.16% from 255 or 45.40% from 478); Blue value is 60 (23.83% from 255 or 12.55% from 478); Max value from RGB is 217 - color contains mainly: green. Hex color #C9D93C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D93C is #3626C3. Grayscale: #C2C2C2. Windows color (decimal): -3548868 or 3987913. OLE color: 3987913.
HSL color Cylindrical-coordinate representation of color #C9D93C: hue angle of 66.11º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C9D93C is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 217 | 60 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.15 |
| HSL | 66.11º | 0.67% | 0.54% | - |
| HSV(B) | 66.11º | 0.72% | 0.85% | - |
| XYZ | 49.72 | 62.37 | 13.69 | - |
| YUV | 194.32 | 52.2 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 217 | 60 | 0.07 | 0 | 0.72 | 0.15 | 66.11 | 0.67 | 0.54 |
| Hex | C9 | D9 | 3C | 7 | 0 | 48 | F | 42 | 43 | 36 |
| Octal | 311 | 331 | 74 | 7 | 0 | 110 | 17 | 102 | 103 | 66 |
| Binary | 11001001 | 11011001 | 111100 | 111 | 0 | 1001000 | 1111 | 1000010 | 1000011 | 110110 |
Color Harmonies of #C9D93C
Complementary color
Monochromatic Colors of #C9D93C
Black with #C9D93C
Text Example
Text Example
White with #C9D93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D93C; }
p { color: rgb(201,217,60); }
H1.HeaderClassName
{
color: #C9D93C;
}
.AnyTagClassName
{
color: #C9D93C;
}
</style>
background-color css
<style>
a { background-color: #C9D93C; }
a { background-color: rgb(201,217,60); }
div.DivClassName
{
background-color: #C9D93C;
}
.BgClassName
{
background-color: #C9D93C;
}
</style>
border-color css
<style>
span { border-color: #C9D93C; }
span { border-color: rgb(201,217,60); }
td.TdClassName
{
border-color: #C9D93C;
}
.TagClassName
{
border-color: #C9D93C;
}
</style>