Shades of Las Palmas #C9CC36
Tints of Las Palmas #C9CC36
RGB
CMYK
RGB Variations
Color information
#C9CC36 (or 0xC9CC36) is known color: Las Palmas. HEX triplet: C9, CC and 36. RGB value is (201,204,54). Sum of RGB (Red+Green+Blue) = 201+204+54=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 54 (21.48% from 255 or 11.76% from 459); Max value from RGB is 204 - color contains mainly: green. Hex color #C9CC36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CC36 is #3633C9. Grayscale: #BABABA. Windows color (decimal): -3552202 or 3591369. OLE color: 3591369.
HSL color Cylindrical-coordinate representation of color #C9CC36: hue angle of 61.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C9CC36 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 204 | 54 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.2 |
| HSL | 61.2º | 0.6% | 0.51% | - |
| HSV(B) | 61.2º | 0.74% | 0.8% | - |
| XYZ | 46.35 | 55.87 | 11.83 | - |
| YUV | 186 | 53.51 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 204 | 54 | 0.01 | 0 | 0.74 | 0.2 | 61.2 | 0.6 | 0.51 |
| Hex | C9 | CC | 36 | 1 | 0 | 4A | 14 | 3D | 3C | 33 |
| Octal | 311 | 314 | 66 | 1 | 0 | 112 | 24 | 75 | 74 | 63 |
| Binary | 11001001 | 11001100 | 110110 | 1 | 0 | 1001010 | 10100 | 111101 | 111100 | 110011 |
Color Harmonies of #C9CC36
Complementary color
Monochromatic Colors of #C9CC36
Black with #C9CC36
Text Example
Text Example
White with #C9CC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CC36; }
p { color: rgb(201,204,54); }
H1.HeaderClassName
{
color: #C9CC36;
}
.AnyTagClassName
{
color: #C9CC36;
}
</style>
background-color css
<style>
a { background-color: #C9CC36; }
a { background-color: rgb(201,204,54); }
div.DivClassName
{
background-color: #C9CC36;
}
.BgClassName
{
background-color: #C9CC36;
}
</style>
border-color css
<style>
span { border-color: #C9CC36; }
span { border-color: rgb(201,204,54); }
td.TdClassName
{
border-color: #C9CC36;
}
.TagClassName
{
border-color: #C9CC36;
}
</style>