Shades of Las Palmas #C1CB3E
Tints of Las Palmas #C1CB3E
RGB
CMYK
RGB Variations
Color information
#C1CB3E (or 0xC1CB3E) is known color: Las Palmas. HEX triplet: C1, CB and 3E. RGB value is (193,203,62). Sum of RGB (Red+Green+Blue) = 193+203+62=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 203 (79.69% from 255 or 44.32% from 458); Blue value is 62 (24.61% from 255 or 13.54% from 458); Max value from RGB is 203 - color contains mainly: green. Hex color #C1CB3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CB3E is #3E34C1. Grayscale: #B8B8B8. Windows color (decimal): -4076738 or 4115393. OLE color: 4115393.
HSL color Cylindrical-coordinate representation of color #C1CB3E: hue angle of 64.26º 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 #C1CB3E is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 203 | 62 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.20 |
| HSL | 64.26º | 0.58% | 0.52% | - |
| HSV(B) | 64.26º | 0.69% | 0.8% | - |
| XYZ | 44.22 | 54.4 | 12.73 | - |
| YUV | 183.94 | 59.19 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 203 | 62 | 0.05 | 0 | 0.69 | 0.20 | 64.26 | 0.58 | 0.52 |
| Hex | C1 | CB | 3E | 5 | 0 | 45 | 14 | 40 | 3A | 34 |
| Octal | 301 | 313 | 76 | 5 | 0 | 105 | 24 | 100 | 72 | 64 |
| Binary | 11000001 | 11001011 | 111110 | 101 | 0 | 1000101 | 10100 | 1000000 | 111010 | 110100 |
Color Harmonies of #C1CB3E
Complementary color
Monochromatic Colors of #C1CB3E
Black with #C1CB3E
Text Example
Text Example
White with #C1CB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CB3E; }
p { color: rgb(193,203,62); }
H1.HeaderClassName
{
color: #C1CB3E;
}
.AnyTagClassName
{
color: #C1CB3E;
}
</style>
background-color css
<style>
a { background-color: #C1CB3E; }
a { background-color: rgb(193,203,62); }
div.DivClassName
{
background-color: #C1CB3E;
}
.BgClassName
{
background-color: #C1CB3E;
}
</style>
border-color css
<style>
span { border-color: #C1CB3E; }
span { border-color: rgb(193,203,62); }
td.TdClassName
{
border-color: #C1CB3E;
}
.TagClassName
{
border-color: #C1CB3E;
}
</style>