Shades of Las Palmas #B9E735
Tints of Las Palmas #B9E735
RGB
CMYK
RGB Variations
Color information
#B9E735 (or 0xB9E735) is known color: Las Palmas. HEX triplet: B9, E7 and 35. RGB value is (185,231,53). Sum of RGB (Red+Green+Blue) = 185+231+53=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 231 (90.62% from 255 or 49.25% from 469); Blue value is 53 (21.09% from 255 or 11.30% from 469); Max value from RGB is 231 - color contains mainly: green. Hex color #B9E735 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B9E735 is #4618CA. Grayscale: #C5C5C5. Windows color (decimal): -4593867 or 3532729. OLE color: 3532729.
HSL color Cylindrical-coordinate representation of color #B9E735: hue angle of 75.51º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9E735 is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 231 | 53 | - |
| CMYK | 0.20 | 0 | 0.77 | 0.09 |
| HSL | 75.51º | 0.79% | 0.56% | - |
| HSV(B) | 75.51º | 0.77% | 0.91% | - |
| XYZ | 49.23 | 67.72 | 13.85 | - |
| YUV | 196.95 | 46.76 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 231 | 53 | 0.20 | 0 | 0.77 | 0.09 | 75.51 | 0.79 | 0.56 |
| Hex | B9 | E7 | 35 | 14 | 0 | 4D | 9 | 4C | 4F | 38 |
| Octal | 271 | 347 | 65 | 24 | 0 | 115 | 11 | 114 | 117 | 70 |
| Binary | 10111001 | 11100111 | 110101 | 10100 | 0 | 1001101 | 1001 | 1001100 | 1001111 | 111000 |
Color Harmonies of #B9E735
Complementary color
Monochromatic Colors of #B9E735
Black with #B9E735
Text Example
Text Example
White with #B9E735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E735; }
p { color: rgb(185,231,53); }
H1.HeaderClassName
{
color: #B9E735;
}
.AnyTagClassName
{
color: #B9E735;
}
</style>
background-color css
<style>
a { background-color: #B9E735; }
a { background-color: rgb(185,231,53); }
div.DivClassName
{
background-color: #B9E735;
}
.BgClassName
{
background-color: #B9E735;
}
</style>
border-color css
<style>
span { border-color: #B9E735; }
span { border-color: rgb(185,231,53); }
td.TdClassName
{
border-color: #B9E735;
}
.TagClassName
{
border-color: #B9E735;
}
</style>