Shades of Las Palmas #C4C93D
Tints of Las Palmas #C4C93D
RGB
CMYK
RGB Variations
Color information
#C4C93D (or 0xC4C93D) is known color: Las Palmas. HEX triplet: C4, C9 and 3D. RGB value is (196,201,61). Sum of RGB (Red+Green+Blue) = 196+201+61=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 201 (78.91% from 255 or 43.89% from 458); Blue value is 61 (24.22% from 255 or 13.32% from 458); Max value from RGB is 201 - color contains mainly: green. Hex color #C4C93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C93D is #3B36C2. Grayscale: #B8B8B8. Windows color (decimal): -3880643 or 4049348. OLE color: 4049348.
HSL color Cylindrical-coordinate representation of color #C4C93D: hue angle of 62.14º 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 #C4C93D is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 201 | 61 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.21 |
| HSL | 62.14º | 0.56% | 0.51% | - |
| HSV(B) | 62.14º | 0.7% | 0.79% | - |
| XYZ | 44.49 | 53.85 | 12.46 | - |
| YUV | 183.55 | 58.84 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 201 | 61 | 0.02 | 0 | 0.70 | 0.21 | 62.14 | 0.56 | 0.51 |
| Hex | C4 | C9 | 3D | 2 | 0 | 46 | 15 | 3E | 38 | 33 |
| Octal | 304 | 311 | 75 | 2 | 0 | 106 | 25 | 76 | 70 | 63 |
| Binary | 11000100 | 11001001 | 111101 | 10 | 0 | 1000110 | 10101 | 111110 | 111000 | 110011 |
Color Harmonies of #C4C93D
Complementary color
Monochromatic Colors of #C4C93D
Black with #C4C93D
Text Example
Text Example
White with #C4C93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C93D; }
p { color: rgb(196,201,61); }
H1.HeaderClassName
{
color: #C4C93D;
}
.AnyTagClassName
{
color: #C4C93D;
}
</style>
background-color css
<style>
a { background-color: #C4C93D; }
a { background-color: rgb(196,201,61); }
div.DivClassName
{
background-color: #C4C93D;
}
.BgClassName
{
background-color: #C4C93D;
}
</style>
border-color css
<style>
span { border-color: #C4C93D; }
span { border-color: rgb(196,201,61); }
td.TdClassName
{
border-color: #C4C93D;
}
.TagClassName
{
border-color: #C4C93D;
}
</style>