Shades of Las Palmas #C0CB3B
Tints of Las Palmas #C0CB3B
RGB
CMYK
RGB Variations
Color information
#C0CB3B (or 0xC0CB3B) is known color: Las Palmas. HEX triplet: C0, CB and 3B. RGB value is (192,203,59). Sum of RGB (Red+Green+Blue) = 192+203+59=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 59 (23.44% from 255 or 13.00% from 454); Max value from RGB is 203 - color contains mainly: green. Hex color #C0CB3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CB3B is #3F34C4. Grayscale: #B7B7B7. Windows color (decimal): -4142277 or 3918784. OLE color: 3918784.
HSL color Cylindrical-coordinate representation of color #C0CB3B: hue angle of 64.58º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0CB3B is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 203 | 59 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.20 |
| HSL | 64.58º | 0.58% | 0.51% | - |
| HSV(B) | 64.58º | 0.71% | 0.8% | - |
| XYZ | 43.88 | 54.23 | 12.29 | - |
| YUV | 183.3 | 57.86 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 203 | 59 | 0.05 | 0 | 0.71 | 0.20 | 64.58 | 0.58 | 0.51 |
| Hex | C0 | CB | 3B | 5 | 0 | 47 | 14 | 41 | 3A | 33 |
| Octal | 300 | 313 | 73 | 5 | 0 | 107 | 24 | 101 | 72 | 63 |
| Binary | 11000000 | 11001011 | 111011 | 101 | 0 | 1000111 | 10100 | 1000001 | 111010 | 110011 |
Color Harmonies of #C0CB3B
Complementary color
Monochromatic Colors of #C0CB3B
Black with #C0CB3B
Text Example
Text Example
White with #C0CB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CB3B; }
p { color: rgb(192,203,59); }
H1.HeaderClassName
{
color: #C0CB3B;
}
.AnyTagClassName
{
color: #C0CB3B;
}
</style>
background-color css
<style>
a { background-color: #C0CB3B; }
a { background-color: rgb(192,203,59); }
div.DivClassName
{
background-color: #C0CB3B;
}
.BgClassName
{
background-color: #C0CB3B;
}
</style>
border-color css
<style>
span { border-color: #C0CB3B; }
span { border-color: rgb(192,203,59); }
td.TdClassName
{
border-color: #C0CB3B;
}
.TagClassName
{
border-color: #C0CB3B;
}
</style>