Shades of Las Palmas #C0C93D
Tints of Las Palmas #C0C93D
RGB
CMYK
RGB Variations
Color information
#C0C93D (or 0xC0C93D) is known color: Las Palmas. HEX triplet: C0, C9 and 3D. RGB value is (192,201,61). Sum of RGB (Red+Green+Blue) = 192+201+61=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 201 (78.91% from 255 or 44.27% from 454); Blue value is 61 (24.22% from 255 or 13.44% from 454); Max value from RGB is 201 - color contains mainly: green. Hex color #C0C93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C93D is #3F36C2. Grayscale: #B6B6B6. Windows color (decimal): -4142787 or 4049344. OLE color: 4049344.
HSL color Cylindrical-coordinate representation of color #C0C93D: hue angle of 63.86º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0C93D is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 201 | 61 | - |
| CMYK | 0.04 | 0 | 0.70 | 0.21 |
| HSL | 63.86º | 0.56% | 0.51% | - |
| HSV(B) | 63.86º | 0.7% | 0.79% | - |
| XYZ | 43.47 | 53.32 | 12.42 | - |
| YUV | 182.35 | 59.52 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 201 | 61 | 0.04 | 0 | 0.70 | 0.21 | 63.86 | 0.56 | 0.51 |
| Hex | C0 | C9 | 3D | 4 | 0 | 46 | 15 | 40 | 38 | 33 |
| Octal | 300 | 311 | 75 | 4 | 0 | 106 | 25 | 100 | 70 | 63 |
| Binary | 11000000 | 11001001 | 111101 | 100 | 0 | 1000110 | 10101 | 1000000 | 111000 | 110011 |
Color Harmonies of #C0C93D
Complementary color
Monochromatic Colors of #C0C93D
Black with #C0C93D
Text Example
Text Example
White with #C0C93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C93D; }
p { color: rgb(192,201,61); }
H1.HeaderClassName
{
color: #C0C93D;
}
.AnyTagClassName
{
color: #C0C93D;
}
</style>
background-color css
<style>
a { background-color: #C0C93D; }
a { background-color: rgb(192,201,61); }
div.DivClassName
{
background-color: #C0C93D;
}
.BgClassName
{
background-color: #C0C93D;
}
</style>
border-color css
<style>
span { border-color: #C0C93D; }
span { border-color: rgb(192,201,61); }
td.TdClassName
{
border-color: #C0C93D;
}
.TagClassName
{
border-color: #C0C93D;
}
</style>