Shades of Las Palmas #C2C83C
Tints of Las Palmas #C2C83C
RGB
CMYK
RGB Variations
Color information
#C2C83C (or 0xC2C83C) is known color: Las Palmas. HEX triplet: C2, C8 and 3C. RGB value is (194,200,60). Sum of RGB (Red+Green+Blue) = 194+200+60=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 200 (78.52% from 255 or 44.05% from 454); Blue value is 60 (23.83% from 255 or 13.22% from 454); Max value from RGB is 200 - color contains mainly: green. Hex color #C2C83C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C83C is #3D37C3. Grayscale: #B6B6B6. Windows color (decimal): -4011972 or 3983554. OLE color: 3983554.
HSL color Cylindrical-coordinate representation of color #C2C83C: hue angle of 62.57º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2C83C is Cyan = 0.03, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 200 | 60 | - |
| CMYK | 0.03 | 0 | 0.7 | 0.22 |
| HSL | 62.57º | 0.56% | 0.51% | - |
| HSV(B) | 62.57º | 0.7% | 0.78% | - |
| XYZ | 43.72 | 53.1 | 12.22 | - |
| YUV | 182.25 | 59.01 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 200 | 60 | 0.03 | 0 | 0.7 | 0.22 | 62.57 | 0.56 | 0.51 |
| Hex | C2 | C8 | 3C | 3 | 0 | 46 | 16 | 3F | 38 | 33 |
| Octal | 302 | 310 | 74 | 3 | 0 | 106 | 26 | 77 | 70 | 63 |
| Binary | 11000010 | 11001000 | 111100 | 11 | 0 | 1000110 | 10110 | 111111 | 111000 | 110011 |
Color Harmonies of #C2C83C
Complementary color
Monochromatic Colors of #C2C83C
Black with #C2C83C
Text Example
Text Example
White with #C2C83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C83C; }
p { color: rgb(194,200,60); }
H1.HeaderClassName
{
color: #C2C83C;
}
.AnyTagClassName
{
color: #C2C83C;
}
</style>
background-color css
<style>
a { background-color: #C2C83C; }
a { background-color: rgb(194,200,60); }
div.DivClassName
{
background-color: #C2C83C;
}
.BgClassName
{
background-color: #C2C83C;
}
</style>
border-color css
<style>
span { border-color: #C2C83C; }
span { border-color: rgb(194,200,60); }
td.TdClassName
{
border-color: #C2C83C;
}
.TagClassName
{
border-color: #C2C83C;
}
</style>