Shades of Las Palmas #C9D73B
Tints of Las Palmas #C9D73B
RGB
CMYK
RGB Variations
Color information
#C9D73B (or 0xC9D73B) is known color: Las Palmas. HEX triplet: C9, D7 and 3B. RGB value is (201,215,59). Sum of RGB (Red+Green+Blue) = 201+215+59=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 215 (84.38% from 255 or 45.26% from 475); Blue value is 59 (23.44% from 255 or 12.42% from 475); Max value from RGB is 215 - color contains mainly: green. Hex color #C9D73B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D73B is #3628C4. Grayscale: #C1C1C1. Windows color (decimal): -3549381 or 3921865. OLE color: 3921865.
HSL color Cylindrical-coordinate representation of color #C9D73B: hue angle of 65.38º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C9D73B is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 215 | 59 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.16 |
| HSL | 65.38º | 0.66% | 0.54% | - |
| HSV(B) | 65.38º | 0.73% | 0.84% | - |
| XYZ | 49.18 | 61.33 | 13.38 | - |
| YUV | 193.03 | 52.36 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 215 | 59 | 0.07 | 0 | 0.73 | 0.16 | 65.38 | 0.66 | 0.54 |
| Hex | C9 | D7 | 3B | 7 | 0 | 49 | 10 | 41 | 42 | 36 |
| Octal | 311 | 327 | 73 | 7 | 0 | 111 | 20 | 101 | 102 | 66 |
| Binary | 11001001 | 11010111 | 111011 | 111 | 0 | 1001001 | 10000 | 1000001 | 1000010 | 110110 |
Color Harmonies of #C9D73B
Complementary color
Monochromatic Colors of #C9D73B
Black with #C9D73B
Text Example
Text Example
White with #C9D73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D73B; }
p { color: rgb(201,215,59); }
H1.HeaderClassName
{
color: #C9D73B;
}
.AnyTagClassName
{
color: #C9D73B;
}
</style>
background-color css
<style>
a { background-color: #C9D73B; }
a { background-color: rgb(201,215,59); }
div.DivClassName
{
background-color: #C9D73B;
}
.BgClassName
{
background-color: #C9D73B;
}
</style>
border-color css
<style>
span { border-color: #C9D73B; }
span { border-color: rgb(201,215,59); }
td.TdClassName
{
border-color: #C9D73B;
}
.TagClassName
{
border-color: #C9D73B;
}
</style>