Shades of Las Palmas #CBD93B
Tints of Las Palmas #CBD93B
RGB
CMYK
RGB Variations
Color information
#CBD93B (or 0xCBD93B) is known color: Las Palmas. HEX triplet: CB, D9 and 3B. RGB value is (203,217,59). Sum of RGB (Red+Green+Blue) = 203+217+59=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 217 (85.16% from 255 or 45.30% from 479); Blue value is 59 (23.44% from 255 or 12.32% from 479); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD93B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD93B is #3426C4. Grayscale: #C3C3C3. Windows color (decimal): -3417797 or 3922379. OLE color: 3922379.
HSL color Cylindrical-coordinate representation of color #CBD93B: hue angle of 65.32º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CBD93B is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 217 | 59 | - |
| CMYK | 0.06 | 0 | 0.73 | 0.15 |
| HSL | 65.32º | 0.68% | 0.54% | - |
| HSV(B) | 65.32º | 0.73% | 0.85% | - |
| XYZ | 50.23 | 62.64 | 13.58 | - |
| YUV | 194.8 | 51.36 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 217 | 59 | 0.06 | 0 | 0.73 | 0.15 | 65.32 | 0.68 | 0.54 |
| Hex | CB | D9 | 3B | 6 | 0 | 49 | F | 41 | 44 | 36 |
| Octal | 313 | 331 | 73 | 6 | 0 | 111 | 17 | 101 | 104 | 66 |
| Binary | 11001011 | 11011001 | 111011 | 110 | 0 | 1001001 | 1111 | 1000001 | 1000100 | 110110 |
Color Harmonies of #CBD93B
Complementary color
Monochromatic Colors of #CBD93B
Black with #CBD93B
Text Example
Text Example
White with #CBD93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD93B; }
p { color: rgb(203,217,59); }
H1.HeaderClassName
{
color: #CBD93B;
}
.AnyTagClassName
{
color: #CBD93B;
}
</style>
background-color css
<style>
a { background-color: #CBD93B; }
a { background-color: rgb(203,217,59); }
div.DivClassName
{
background-color: #CBD93B;
}
.BgClassName
{
background-color: #CBD93B;
}
</style>
border-color css
<style>
span { border-color: #CBD93B; }
span { border-color: rgb(203,217,59); }
td.TdClassName
{
border-color: #CBD93B;
}
.TagClassName
{
border-color: #CBD93B;
}
</style>