Shades of Las Palmas #CBD33B
Tints of Las Palmas #CBD33B
RGB
CMYK
RGB Variations
Color information
#CBD33B (or 0xCBD33B) is known color: Las Palmas. HEX triplet: CB, D3 and 3B. RGB value is (203,211,59). Sum of RGB (Red+Green+Blue) = 203+211+59=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 211 (82.81% from 255 or 44.61% from 473); Blue value is 59 (23.44% from 255 or 12.47% from 473); Max value from RGB is 211 - color contains mainly: green. Hex color #CBD33B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD33B is #342CC4. Grayscale: #BFBFBF. Windows color (decimal): -3419333 or 3920843. OLE color: 3920843.
HSL color Cylindrical-coordinate representation of color #CBD33B: hue angle of 63.16º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CBD33B is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 211 | 59 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.17 |
| HSL | 63.16º | 0.63% | 0.53% | - |
| HSV(B) | 63.16º | 0.72% | 0.83% | - |
| XYZ | 48.71 | 59.6 | 13.07 | - |
| YUV | 191.28 | 53.35 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 211 | 59 | 0.04 | 0 | 0.72 | 0.17 | 63.16 | 0.63 | 0.53 |
| Hex | CB | D3 | 3B | 4 | 0 | 48 | 11 | 3F | 3F | 35 |
| Octal | 313 | 323 | 73 | 4 | 0 | 110 | 21 | 77 | 77 | 65 |
| Binary | 11001011 | 11010011 | 111011 | 100 | 0 | 1001000 | 10001 | 111111 | 111111 | 110101 |
Color Harmonies of #CBD33B
Complementary color
Monochromatic Colors of #CBD33B
Black with #CBD33B
Text Example
Text Example
White with #CBD33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD33B; }
p { color: rgb(203,211,59); }
H1.HeaderClassName
{
color: #CBD33B;
}
.AnyTagClassName
{
color: #CBD33B;
}
</style>
background-color css
<style>
a { background-color: #CBD33B; }
a { background-color: rgb(203,211,59); }
div.DivClassName
{
background-color: #CBD33B;
}
.BgClassName
{
background-color: #CBD33B;
}
</style>
border-color css
<style>
span { border-color: #CBD33B; }
span { border-color: rgb(203,211,59); }
td.TdClassName
{
border-color: #CBD33B;
}
.TagClassName
{
border-color: #CBD33B;
}
</style>