Shades of Las Palmas #C9D138
Tints of Las Palmas #C9D138
RGB
CMYK
RGB Variations
Color information
#C9D138 (or 0xC9D138) is known color: Las Palmas. HEX triplet: C9, D1 and 38. RGB value is (201,209,56). Sum of RGB (Red+Green+Blue) = 201+209+56=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 209 (82.03% from 255 or 44.85% from 466); Blue value is 56 (22.27% from 255 or 12.02% from 466); Max value from RGB is 209 - color contains mainly: green. Hex color #C9D138 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D138 is #362EC7. Grayscale: #BDBDBD. Windows color (decimal): -3550920 or 3723721. OLE color: 3723721.
HSL color Cylindrical-coordinate representation of color #C9D138: hue angle of 63.14º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C9D138 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 209 | 56 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.18 |
| HSL | 63.14º | 0.62% | 0.52% | - |
| HSV(B) | 63.14º | 0.73% | 0.82% | - |
| XYZ | 47.6 | 58.3 | 12.49 | - |
| YUV | 189.17 | 52.85 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 209 | 56 | 0.04 | 0 | 0.73 | 0.18 | 63.14 | 0.62 | 0.52 |
| Hex | C9 | D1 | 38 | 4 | 0 | 49 | 12 | 3F | 3E | 34 |
| Octal | 311 | 321 | 70 | 4 | 0 | 111 | 22 | 77 | 76 | 64 |
| Binary | 11001001 | 11010001 | 111000 | 100 | 0 | 1001001 | 10010 | 111111 | 111110 | 110100 |
Color Harmonies of #C9D138
Complementary color
Monochromatic Colors of #C9D138
Black with #C9D138
Text Example
Text Example
White with #C9D138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D138; }
p { color: rgb(201,209,56); }
H1.HeaderClassName
{
color: #C9D138;
}
.AnyTagClassName
{
color: #C9D138;
}
</style>
background-color css
<style>
a { background-color: #C9D138; }
a { background-color: rgb(201,209,56); }
div.DivClassName
{
background-color: #C9D138;
}
.BgClassName
{
background-color: #C9D138;
}
</style>
border-color css
<style>
span { border-color: #C9D138; }
span { border-color: rgb(201,209,56); }
td.TdClassName
{
border-color: #C9D138;
}
.TagClassName
{
border-color: #C9D138;
}
</style>