Shades of Las Palmas #CBD736
Tints of Las Palmas #CBD736
RGB
CMYK
RGB Variations
Color information
#CBD736 (or 0xCBD736) is known color: Las Palmas. HEX triplet: CB, D7 and 36. RGB value is (203,215,54). Sum of RGB (Red+Green+Blue) = 203+215+54=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 215 (84.38% from 255 or 45.55% from 472); Blue value is 54 (21.48% from 255 or 11.44% from 472); Max value from RGB is 215 - color contains mainly: green. Hex color #CBD736 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD736 is #3428C9. Grayscale: #C1C1C1. Windows color (decimal): -3418314 or 3594187. OLE color: 3594187.
HSL color Cylindrical-coordinate representation of color #CBD736: hue angle of 64.47º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CBD736 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 215 | 54 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.16 |
| HSL | 64.47º | 0.67% | 0.53% | - |
| HSV(B) | 64.47º | 0.75% | 0.84% | - |
| XYZ | 49.59 | 61.56 | 12.76 | - |
| YUV | 193.06 | 49.52 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 215 | 54 | 0.06 | 0 | 0.75 | 0.16 | 64.47 | 0.67 | 0.53 |
| Hex | CB | D7 | 36 | 6 | 0 | 4B | 10 | 40 | 43 | 35 |
| Octal | 313 | 327 | 66 | 6 | 0 | 113 | 20 | 100 | 103 | 65 |
| Binary | 11001011 | 11010111 | 110110 | 110 | 0 | 1001011 | 10000 | 1000000 | 1000011 | 110101 |
Color Harmonies of #CBD736
Complementary color
Monochromatic Colors of #CBD736
Black with #CBD736
Text Example
Text Example
White with #CBD736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD736; }
p { color: rgb(203,215,54); }
H1.HeaderClassName
{
color: #CBD736;
}
.AnyTagClassName
{
color: #CBD736;
}
</style>
background-color css
<style>
a { background-color: #CBD736; }
a { background-color: rgb(203,215,54); }
div.DivClassName
{
background-color: #CBD736;
}
.BgClassName
{
background-color: #CBD736;
}
</style>
border-color css
<style>
span { border-color: #CBD736; }
span { border-color: rgb(203,215,54); }
td.TdClassName
{
border-color: #CBD736;
}
.TagClassName
{
border-color: #CBD736;
}
</style>