Shades of Las Palmas #C9D93A
Tints of Las Palmas #C9D93A
RGB
CMYK
RGB Variations
Color information
#C9D93A (or 0xC9D93A) is known color: Las Palmas. HEX triplet: C9, D9 and 3A. RGB value is (201,217,58). Sum of RGB (Red+Green+Blue) = 201+217+58=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 217 (85.16% from 255 or 45.59% from 476); Blue value is 58 (23.05% from 255 or 12.18% from 476); Max value from RGB is 217 - color contains mainly: green. Hex color #C9D93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D93A is #3626C5. Grayscale: #C2C2C2. Windows color (decimal): -3548870 or 3856841. OLE color: 3856841.
HSL color Cylindrical-coordinate representation of color #C9D93A: hue angle of 66.04º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C9D93A is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 217 | 58 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.15 |
| HSL | 66.04º | 0.68% | 0.54% | - |
| HSV(B) | 66.04º | 0.73% | 0.85% | - |
| XYZ | 49.66 | 62.35 | 13.42 | - |
| YUV | 194.09 | 51.2 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 217 | 58 | 0.07 | 0 | 0.73 | 0.15 | 66.04 | 0.68 | 0.54 |
| Hex | C9 | D9 | 3A | 7 | 0 | 49 | F | 42 | 44 | 36 |
| Octal | 311 | 331 | 72 | 7 | 0 | 111 | 17 | 102 | 104 | 66 |
| Binary | 11001001 | 11011001 | 111010 | 111 | 0 | 1001001 | 1111 | 1000010 | 1000100 | 110110 |
Color Harmonies of #C9D93A
Complementary color
Monochromatic Colors of #C9D93A
Black with #C9D93A
Text Example
Text Example
White with #C9D93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D93A; }
p { color: rgb(201,217,58); }
H1.HeaderClassName
{
color: #C9D93A;
}
.AnyTagClassName
{
color: #C9D93A;
}
</style>
background-color css
<style>
a { background-color: #C9D93A; }
a { background-color: rgb(201,217,58); }
div.DivClassName
{
background-color: #C9D93A;
}
.BgClassName
{
background-color: #C9D93A;
}
</style>
border-color css
<style>
span { border-color: #C9D93A; }
span { border-color: rgb(201,217,58); }
td.TdClassName
{
border-color: #C9D93A;
}
.TagClassName
{
border-color: #C9D93A;
}
</style>