Shades of Las Palmas #CBD949
Tints of Las Palmas #CBD949
RGB
CMYK
RGB Variations
Color information
#CBD949 (or 0xCBD949) is known color: Las Palmas. HEX triplet: CB, D9 and 49. RGB value is (203,217,73). Sum of RGB (Red+Green+Blue) = 203+217+73=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 217 (85.16% from 255 or 44.02% from 493); Blue value is 73 (28.91% from 255 or 14.81% from 493); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD949 is #3426B6. Grayscale: #C4C4C4. Windows color (decimal): -3417783 or 4839883. OLE color: 4839883.
HSL color Cylindrical-coordinate representation of color #CBD949: hue angle of 65.83º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CBD949 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 217 | 73 | - |
| CMYK | 0.06 | 0 | 0.66 | 0.15 |
| HSL | 65.83º | 0.65% | 0.57% | - |
| HSV(B) | 65.83º | 0.66% | 0.85% | - |
| XYZ | 50.64 | 62.8 | 15.76 | - |
| YUV | 196.4 | 58.36 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 217 | 73 | 0.06 | 0 | 0.66 | 0.15 | 65.83 | 0.65 | 0.57 |
| Hex | CB | D9 | 49 | 6 | 0 | 42 | F | 42 | 41 | 39 |
| Octal | 313 | 331 | 111 | 6 | 0 | 102 | 17 | 102 | 101 | 71 |
| Binary | 11001011 | 11011001 | 1001001 | 110 | 0 | 1000010 | 1111 | 1000010 | 1000001 | 111001 |
Color Harmonies of #CBD949
Complementary color
Monochromatic Colors of #CBD949
Black with #CBD949
Text Example
Text Example
White with #CBD949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD949; }
p { color: rgb(203,217,73); }
H1.HeaderClassName
{
color: #CBD949;
}
.AnyTagClassName
{
color: #CBD949;
}
</style>
background-color css
<style>
a { background-color: #CBD949; }
a { background-color: rgb(203,217,73); }
div.DivClassName
{
background-color: #CBD949;
}
.BgClassName
{
background-color: #CBD949;
}
</style>
border-color css
<style>
span { border-color: #CBD949; }
span { border-color: rgb(203,217,73); }
td.TdClassName
{
border-color: #CBD949;
}
.TagClassName
{
border-color: #CBD949;
}
</style>