Shades of Las Palmas #C9D33A
Tints of Las Palmas #C9D33A
RGB
CMYK
RGB Variations
Color information
#C9D33A (or 0xC9D33A) is known color: Las Palmas. HEX triplet: C9, D3 and 3A. RGB value is (201,211,58). Sum of RGB (Red+Green+Blue) = 201+211+58=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 211 (82.81% from 255 or 44.89% from 470); Blue value is 58 (23.05% from 255 or 12.34% from 470); Max value from RGB is 211 - color contains mainly: green. Hex color #C9D33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D33A is #362CC5. Grayscale: #BFBFBF. Windows color (decimal): -3550406 or 3855305. OLE color: 3855305.
HSL color Cylindrical-coordinate representation of color #C9D33A: hue angle of 63.92º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C9D33A is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 211 | 58 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.17 |
| HSL | 63.92º | 0.63% | 0.53% | - |
| HSV(B) | 63.92º | 0.73% | 0.83% | - |
| XYZ | 48.15 | 59.31 | 12.91 | - |
| YUV | 190.57 | 53.19 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 211 | 58 | 0.05 | 0 | 0.73 | 0.17 | 63.92 | 0.63 | 0.53 |
| Hex | C9 | D3 | 3A | 5 | 0 | 49 | 11 | 40 | 3F | 35 |
| Octal | 311 | 323 | 72 | 5 | 0 | 111 | 21 | 100 | 77 | 65 |
| Binary | 11001001 | 11010011 | 111010 | 101 | 0 | 1001001 | 10001 | 1000000 | 111111 | 110101 |
Color Harmonies of #C9D33A
Complementary color
Monochromatic Colors of #C9D33A
Black with #C9D33A
Text Example
Text Example
White with #C9D33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D33A; }
p { color: rgb(201,211,58); }
H1.HeaderClassName
{
color: #C9D33A;
}
.AnyTagClassName
{
color: #C9D33A;
}
</style>
background-color css
<style>
a { background-color: #C9D33A; }
a { background-color: rgb(201,211,58); }
div.DivClassName
{
background-color: #C9D33A;
}
.BgClassName
{
background-color: #C9D33A;
}
</style>
border-color css
<style>
span { border-color: #C9D33A; }
span { border-color: rgb(201,211,58); }
td.TdClassName
{
border-color: #C9D33A;
}
.TagClassName
{
border-color: #C9D33A;
}
</style>