Shades of Las Palmas #C4CB3C
Tints of Las Palmas #C4CB3C
RGB
CMYK
RGB Variations
Color information
#C4CB3C (or 0xC4CB3C) is known color: Las Palmas. HEX triplet: C4, CB and 3C. RGB value is (196,203,60). Sum of RGB (Red+Green+Blue) = 196+203+60=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 203 (79.69% from 255 or 44.23% from 459); Blue value is 60 (23.83% from 255 or 13.07% from 459); Max value from RGB is 203 - color contains mainly: green. Hex color #C4CB3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CB3C is #3B34C3. Grayscale: #B9B9B9. Windows color (decimal): -3880132 or 3984324. OLE color: 3984324.
HSL color Cylindrical-coordinate representation of color #C4CB3C: hue angle of 62.94º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C4CB3C is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 203 | 60 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.20 |
| HSL | 62.94º | 0.58% | 0.52% | - |
| HSV(B) | 62.94º | 0.7% | 0.8% | - |
| XYZ | 44.94 | 54.77 | 12.48 | - |
| YUV | 184.61 | 57.68 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 203 | 60 | 0.03 | 0 | 0.70 | 0.20 | 62.94 | 0.58 | 0.52 |
| Hex | C4 | CB | 3C | 3 | 0 | 46 | 14 | 3F | 3A | 34 |
| Octal | 304 | 313 | 74 | 3 | 0 | 106 | 24 | 77 | 72 | 64 |
| Binary | 11000100 | 11001011 | 111100 | 11 | 0 | 1000110 | 10100 | 111111 | 111010 | 110100 |
Color Harmonies of #C4CB3C
Complementary color
Monochromatic Colors of #C4CB3C
Black with #C4CB3C
Text Example
Text Example
White with #C4CB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CB3C; }
p { color: rgb(196,203,60); }
H1.HeaderClassName
{
color: #C4CB3C;
}
.AnyTagClassName
{
color: #C4CB3C;
}
</style>
background-color css
<style>
a { background-color: #C4CB3C; }
a { background-color: rgb(196,203,60); }
div.DivClassName
{
background-color: #C4CB3C;
}
.BgClassName
{
background-color: #C4CB3C;
}
</style>
border-color css
<style>
span { border-color: #C4CB3C; }
span { border-color: rgb(196,203,60); }
td.TdClassName
{
border-color: #C4CB3C;
}
.TagClassName
{
border-color: #C4CB3C;
}
</style>