Shades of Las Palmas #B9D03F
Tints of Las Palmas #B9D03F
RGB
CMYK
RGB Variations
Color information
#B9D03F (or 0xB9D03F) is known color: Las Palmas. HEX triplet: B9, D0 and 3F. RGB value is (185,208,63). Sum of RGB (Red+Green+Blue) = 185+208+63=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 208 (81.64% from 255 or 45.61% from 456); Blue value is 63 (25% from 255 or 13.82% from 456); Max value from RGB is 208 - color contains mainly: green. Hex color #B9D03F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D03F is #462FC0. Grayscale: #B9B9B9. Windows color (decimal): -4599745 or 4182201. OLE color: 4182201.
HSL color Cylindrical-coordinate representation of color #B9D03F: hue angle of 69.52º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B9D03F is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 208 | 63 | - |
| CMYK | 0.11 | 0 | 0.70 | 0.18 |
| HSL | 69.52º | 0.61% | 0.53% | - |
| HSV(B) | 69.52º | 0.7% | 0.82% | - |
| XYZ | 43.46 | 55.78 | 13.18 | - |
| YUV | 184.59 | 59.38 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 208 | 63 | 0.11 | 0 | 0.70 | 0.18 | 69.52 | 0.61 | 0.53 |
| Hex | B9 | D0 | 3F | B | 0 | 46 | 12 | 46 | 3D | 35 |
| Octal | 271 | 320 | 77 | 13 | 0 | 106 | 22 | 106 | 75 | 65 |
| Binary | 10111001 | 11010000 | 111111 | 1011 | 0 | 1000110 | 10010 | 1000110 | 111101 | 110101 |
Color Harmonies of #B9D03F
Complementary color
Monochromatic Colors of #B9D03F
Black with #B9D03F
Text Example
Text Example
White with #B9D03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D03F; }
p { color: rgb(185,208,63); }
H1.HeaderClassName
{
color: #B9D03F;
}
.AnyTagClassName
{
color: #B9D03F;
}
</style>
background-color css
<style>
a { background-color: #B9D03F; }
a { background-color: rgb(185,208,63); }
div.DivClassName
{
background-color: #B9D03F;
}
.BgClassName
{
background-color: #B9D03F;
}
</style>
border-color css
<style>
span { border-color: #B9D03F; }
span { border-color: rgb(185,208,63); }
td.TdClassName
{
border-color: #B9D03F;
}
.TagClassName
{
border-color: #B9D03F;
}
</style>