Shades of Las Palmas #C4CB41
Tints of Las Palmas #C4CB41
RGB
CMYK
RGB Variations
Color information
#C4CB41 (or 0xC4CB41) is known color: Las Palmas. HEX triplet: C4, CB and 41. RGB value is (196,203,65). Sum of RGB (Red+Green+Blue) = 196+203+65=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 203 (79.69% from 255 or 43.75% from 464); Blue value is 65 (25.78% from 255 or 14.01% from 464); Max value from RGB is 203 - color contains mainly: green. Hex color #C4CB41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CB41 is #3B34BE. Grayscale: #B9B9B9. Windows color (decimal): -3880127 or 4312004. OLE color: 4312004.
HSL color Cylindrical-coordinate representation of color #C4CB41: hue angle of 63.04º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C4CB41 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 203 | 65 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.20 |
| HSL | 63.04º | 0.57% | 0.53% | - |
| HSV(B) | 63.04º | 0.68% | 0.8% | - |
| XYZ | 45.08 | 54.83 | 13.21 | - |
| YUV | 185.18 | 60.18 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 203 | 65 | 0.03 | 0 | 0.68 | 0.20 | 63.04 | 0.57 | 0.53 |
| Hex | C4 | CB | 41 | 3 | 0 | 44 | 14 | 3F | 39 | 35 |
| Octal | 304 | 313 | 101 | 3 | 0 | 104 | 24 | 77 | 71 | 65 |
| Binary | 11000100 | 11001011 | 1000001 | 11 | 0 | 1000100 | 10100 | 111111 | 111001 | 110101 |
Color Harmonies of #C4CB41
Complementary color
Monochromatic Colors of #C4CB41
Black with #C4CB41
Text Example
Text Example
White with #C4CB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CB41; }
p { color: rgb(196,203,65); }
H1.HeaderClassName
{
color: #C4CB41;
}
.AnyTagClassName
{
color: #C4CB41;
}
</style>
background-color css
<style>
a { background-color: #C4CB41; }
a { background-color: rgb(196,203,65); }
div.DivClassName
{
background-color: #C4CB41;
}
.BgClassName
{
background-color: #C4CB41;
}
</style>
border-color css
<style>
span { border-color: #C4CB41; }
span { border-color: rgb(196,203,65); }
td.TdClassName
{
border-color: #C4CB41;
}
.TagClassName
{
border-color: #C4CB41;
}
</style>