Shades of Las Palmas #C9D83A
Tints of Las Palmas #C9D83A
RGB
CMYK
RGB Variations
Color information
#C9D83A (or 0xC9D83A) is known color: Las Palmas. HEX triplet: C9, D8 and 3A. RGB value is (201,216,58). Sum of RGB (Red+Green+Blue) = 201+216+58=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 216 (84.77% from 255 or 45.47% from 475); Blue value is 58 (23.05% from 255 or 12.21% from 475); Max value from RGB is 216 - color contains mainly: green. Hex color #C9D83A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D83A is #3627C5. Grayscale: #C2C2C2. Windows color (decimal): -3549126 or 3856585. OLE color: 3856585.
HSL color Cylindrical-coordinate representation of color #C9D83A: hue angle of 65.7º degrees, saturation: 0.67, 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 #C9D83A is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 216 | 58 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.15 |
| HSL | 65.7º | 0.67% | 0.54% | - |
| HSV(B) | 65.7º | 0.73% | 0.85% | - |
| XYZ | 49.41 | 61.83 | 13.33 | - |
| YUV | 193.5 | 51.53 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 216 | 58 | 0.07 | 0 | 0.73 | 0.15 | 65.7 | 0.67 | 0.54 |
| Hex | C9 | D8 | 3A | 7 | 0 | 49 | F | 42 | 43 | 36 |
| Octal | 311 | 330 | 72 | 7 | 0 | 111 | 17 | 102 | 103 | 66 |
| Binary | 11001001 | 11011000 | 111010 | 111 | 0 | 1001001 | 1111 | 1000010 | 1000011 | 110110 |
Color Harmonies of #C9D83A
Complementary color
Monochromatic Colors of #C9D83A
Black with #C9D83A
Text Example
Text Example
White with #C9D83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D83A; }
p { color: rgb(201,216,58); }
H1.HeaderClassName
{
color: #C9D83A;
}
.AnyTagClassName
{
color: #C9D83A;
}
</style>
background-color css
<style>
a { background-color: #C9D83A; }
a { background-color: rgb(201,216,58); }
div.DivClassName
{
background-color: #C9D83A;
}
.BgClassName
{
background-color: #C9D83A;
}
</style>
border-color css
<style>
span { border-color: #C9D83A; }
span { border-color: rgb(201,216,58); }
td.TdClassName
{
border-color: #C9D83A;
}
.TagClassName
{
border-color: #C9D83A;
}
</style>