Shades of Las Palmas #C6CB3E
Tints of Las Palmas #C6CB3E
RGB
CMYK
RGB Variations
Color information
#C6CB3E (or 0xC6CB3E) is known color: Las Palmas. HEX triplet: C6, CB and 3E. RGB value is (198,203,62). Sum of RGB (Red+Green+Blue) = 198+203+62=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 62 (24.61% from 255 or 13.39% from 463); Max value from RGB is 203 - color contains mainly: green. Hex color #C6CB3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CB3E is #3934C1. Grayscale: #B9B9B9. Windows color (decimal): -3749058 or 4115398. OLE color: 4115398.
HSL color Cylindrical-coordinate representation of color #C6CB3E: hue angle of 62.13º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C6CB3E is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 203 | 62 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.20 |
| HSL | 62.13º | 0.58% | 0.52% | - |
| HSV(B) | 62.13º | 0.69% | 0.8% | - |
| XYZ | 45.51 | 55.07 | 12.79 | - |
| YUV | 185.43 | 58.34 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 203 | 62 | 0.02 | 0 | 0.69 | 0.20 | 62.13 | 0.58 | 0.52 |
| Hex | C6 | CB | 3E | 2 | 0 | 45 | 14 | 3E | 3A | 34 |
| Octal | 306 | 313 | 76 | 2 | 0 | 105 | 24 | 76 | 72 | 64 |
| Binary | 11000110 | 11001011 | 111110 | 10 | 0 | 1000101 | 10100 | 111110 | 111010 | 110100 |
Color Harmonies of #C6CB3E
Complementary color
Monochromatic Colors of #C6CB3E
Black with #C6CB3E
Text Example
Text Example
White with #C6CB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CB3E; }
p { color: rgb(198,203,62); }
H1.HeaderClassName
{
color: #C6CB3E;
}
.AnyTagClassName
{
color: #C6CB3E;
}
</style>
background-color css
<style>
a { background-color: #C6CB3E; }
a { background-color: rgb(198,203,62); }
div.DivClassName
{
background-color: #C6CB3E;
}
.BgClassName
{
background-color: #C6CB3E;
}
</style>
border-color css
<style>
span { border-color: #C6CB3E; }
span { border-color: rgb(198,203,62); }
td.TdClassName
{
border-color: #C6CB3E;
}
.TagClassName
{
border-color: #C6CB3E;
}
</style>