Shades of Las Palmas #C6CC3C
Tints of Las Palmas #C6CC3C
RGB
CMYK
RGB Variations
Color information
#C6CC3C (or 0xC6CC3C) is known color: Las Palmas. HEX triplet: C6, CC and 3C. RGB value is (198,204,60). Sum of RGB (Red+Green+Blue) = 198+204+60=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 204 (80.08% from 255 or 44.16% from 462); Blue value is 60 (23.83% from 255 or 12.99% from 462); Max value from RGB is 204 - color contains mainly: green. Hex color #C6CC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CC3C is #3933C3. Grayscale: #BABABA. Windows color (decimal): -3748804 or 3984582. OLE color: 3984582.
HSL color Cylindrical-coordinate representation of color #C6CC3C: hue angle of 62.5º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C6CC3C is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 204 | 60 | - |
| CMYK | 0.03 | 0 | 0.71 | 0.2 |
| HSL | 62.5º | 0.59% | 0.52% | - |
| HSV(B) | 62.5º | 0.71% | 0.8% | - |
| XYZ | 45.7 | 55.52 | 12.58 | - |
| YUV | 185.79 | 57.01 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 204 | 60 | 0.03 | 0 | 0.71 | 0.2 | 62.5 | 0.59 | 0.52 |
| Hex | C6 | CC | 3C | 3 | 0 | 47 | 14 | 3F | 3B | 34 |
| Octal | 306 | 314 | 74 | 3 | 0 | 107 | 24 | 77 | 73 | 64 |
| Binary | 11000110 | 11001100 | 111100 | 11 | 0 | 1000111 | 10100 | 111111 | 111011 | 110100 |
Color Harmonies of #C6CC3C
Complementary color
Monochromatic Colors of #C6CC3C
Black with #C6CC3C
Text Example
Text Example
White with #C6CC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CC3C; }
p { color: rgb(198,204,60); }
H1.HeaderClassName
{
color: #C6CC3C;
}
.AnyTagClassName
{
color: #C6CC3C;
}
</style>
background-color css
<style>
a { background-color: #C6CC3C; }
a { background-color: rgb(198,204,60); }
div.DivClassName
{
background-color: #C6CC3C;
}
.BgClassName
{
background-color: #C6CC3C;
}
</style>
border-color css
<style>
span { border-color: #C6CC3C; }
span { border-color: rgb(198,204,60); }
td.TdClassName
{
border-color: #C6CC3C;
}
.TagClassName
{
border-color: #C6CC3C;
}
</style>