Shades of Las Palmas #C2CB3F
Tints of Las Palmas #C2CB3F
RGB
CMYK
RGB Variations
Color information
#C2CB3F (or 0xC2CB3F) is known color: Las Palmas. HEX triplet: C2, CB and 3F. RGB value is (194,203,63). Sum of RGB (Red+Green+Blue) = 194+203+63=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 63 (25% from 255 or 13.70% from 460); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CB3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CB3F is #3D34C0. Grayscale: #B8B8B8. Windows color (decimal): -4011201 or 4180930. OLE color: 4180930.
HSL color Cylindrical-coordinate representation of color #C2CB3F: hue angle of 63.86º degrees, saturation: 0.57, 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 #C2CB3F is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 203 | 63 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.20 |
| HSL | 63.86º | 0.57% | 0.52% | - |
| HSV(B) | 63.86º | 0.69% | 0.8% | - |
| XYZ | 44.5 | 54.54 | 12.88 | - |
| YUV | 184.35 | 59.52 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 203 | 63 | 0.04 | 0 | 0.69 | 0.20 | 63.86 | 0.57 | 0.52 |
| Hex | C2 | CB | 3F | 4 | 0 | 45 | 14 | 40 | 39 | 34 |
| Octal | 302 | 313 | 77 | 4 | 0 | 105 | 24 | 100 | 71 | 64 |
| Binary | 11000010 | 11001011 | 111111 | 100 | 0 | 1000101 | 10100 | 1000000 | 111001 | 110100 |
Color Harmonies of #C2CB3F
Complementary color
Monochromatic Colors of #C2CB3F
Black with #C2CB3F
Text Example
Text Example
White with #C2CB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CB3F; }
p { color: rgb(194,203,63); }
H1.HeaderClassName
{
color: #C2CB3F;
}
.AnyTagClassName
{
color: #C2CB3F;
}
</style>
background-color css
<style>
a { background-color: #C2CB3F; }
a { background-color: rgb(194,203,63); }
div.DivClassName
{
background-color: #C2CB3F;
}
.BgClassName
{
background-color: #C2CB3F;
}
</style>
border-color css
<style>
span { border-color: #C2CB3F; }
span { border-color: rgb(194,203,63); }
td.TdClassName
{
border-color: #C2CB3F;
}
.TagClassName
{
border-color: #C2CB3F;
}
</style>