Shades of Las Palmas #B9E23B
Tints of Las Palmas #B9E23B
RGB
CMYK
RGB Variations
Color information
#B9E23B (or 0xB9E23B) is known color: Las Palmas. HEX triplet: B9, E2 and 3B. RGB value is (185,226,59). Sum of RGB (Red+Green+Blue) = 185+226+59=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 226 (88.67% from 255 or 48.09% from 470); Blue value is 59 (23.44% from 255 or 12.55% from 470); Max value from RGB is 226 - color contains mainly: green. Hex color #B9E23B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9E23B is #461DC4. Grayscale: #C3C3C3. Windows color (decimal): -4595141 or 3924665. OLE color: 3924665.
HSL color Cylindrical-coordinate representation of color #B9E23B: hue angle of 74.73º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B9E23B is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 226 | 59 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.11 |
| HSL | 74.73º | 0.74% | 0.56% | - |
| HSV(B) | 74.73º | 0.74% | 0.89% | - |
| XYZ | 47.99 | 65.02 | 14.16 | - |
| YUV | 194.7 | 51.42 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 226 | 59 | 0.18 | 0 | 0.74 | 0.11 | 74.73 | 0.74 | 0.56 |
| Hex | B9 | E2 | 3B | 12 | 0 | 4A | B | 4B | 4A | 38 |
| Octal | 271 | 342 | 73 | 22 | 0 | 112 | 13 | 113 | 112 | 70 |
| Binary | 10111001 | 11100010 | 111011 | 10010 | 0 | 1001010 | 1011 | 1001011 | 1001010 | 111000 |
Color Harmonies of #B9E23B
Complementary color
Monochromatic Colors of #B9E23B
Black with #B9E23B
Text Example
Text Example
White with #B9E23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E23B; }
p { color: rgb(185,226,59); }
H1.HeaderClassName
{
color: #B9E23B;
}
.AnyTagClassName
{
color: #B9E23B;
}
</style>
background-color css
<style>
a { background-color: #B9E23B; }
a { background-color: rgb(185,226,59); }
div.DivClassName
{
background-color: #B9E23B;
}
.BgClassName
{
background-color: #B9E23B;
}
</style>
border-color css
<style>
span { border-color: #B9E23B; }
span { border-color: rgb(185,226,59); }
td.TdClassName
{
border-color: #B9E23B;
}
.TagClassName
{
border-color: #B9E23B;
}
</style>