Shades of Las Palmas #CBD835
Tints of Las Palmas #CBD835
RGB
CMYK
RGB Variations
Color information
#CBD835 (or 0xCBD835) is known color: Las Palmas. HEX triplet: CB, D8 and 35. RGB value is (203,216,53). Sum of RGB (Red+Green+Blue) = 203+216+53=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 216 (84.77% from 255 or 45.76% from 472); Blue value is 53 (21.09% from 255 or 11.23% from 472); Max value from RGB is 216 - color contains mainly: green. Hex color #CBD835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD835 is #3427CA. Grayscale: #C2C2C2. Windows color (decimal): -3418059 or 3528907. OLE color: 3528907.
HSL color Cylindrical-coordinate representation of color #CBD835: hue angle of 64.79º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CBD835 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 216 | 53 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.15 |
| HSL | 64.79º | 0.68% | 0.53% | - |
| HSV(B) | 64.79º | 0.75% | 0.85% | - |
| XYZ | 49.83 | 62.07 | 12.72 | - |
| YUV | 193.53 | 48.69 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 216 | 53 | 0.06 | 0 | 0.75 | 0.15 | 64.79 | 0.68 | 0.53 |
| Hex | CB | D8 | 35 | 6 | 0 | 4B | F | 41 | 44 | 35 |
| Octal | 313 | 330 | 65 | 6 | 0 | 113 | 17 | 101 | 104 | 65 |
| Binary | 11001011 | 11011000 | 110101 | 110 | 0 | 1001011 | 1111 | 1000001 | 1000100 | 110101 |
Color Harmonies of #CBD835
Complementary color
Monochromatic Colors of #CBD835
Black with #CBD835
Text Example
Text Example
White with #CBD835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD835; }
p { color: rgb(203,216,53); }
H1.HeaderClassName
{
color: #CBD835;
}
.AnyTagClassName
{
color: #CBD835;
}
</style>
background-color css
<style>
a { background-color: #CBD835; }
a { background-color: rgb(203,216,53); }
div.DivClassName
{
background-color: #CBD835;
}
.BgClassName
{
background-color: #CBD835;
}
</style>
border-color css
<style>
span { border-color: #CBD835; }
span { border-color: rgb(203,216,53); }
td.TdClassName
{
border-color: #CBD835;
}
.TagClassName
{
border-color: #CBD835;
}
</style>