Shades of Las Palmas #B8D23E
Tints of Las Palmas #B8D23E
RGB
CMYK
RGB Variations
Color information
#B8D23E (or 0xB8D23E) is known color: Las Palmas. HEX triplet: B8, D2 and 3E. RGB value is (184,210,62). Sum of RGB (Red+Green+Blue) = 184+210+62=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 210 (82.42% from 255 or 46.05% from 456); Blue value is 62 (24.61% from 255 or 13.60% from 456); Max value from RGB is 210 - color contains mainly: green. Hex color #B8D23E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8D23E is #472DC1. Grayscale: #B9B9B9. Windows color (decimal): -4664770 or 4117176. OLE color: 4117176.
HSL color Cylindrical-coordinate representation of color #B8D23E: hue angle of 70.54º degrees, saturation: 0.62, 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 #B8D23E is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 210 | 62 | - |
| CMYK | 0.12 | 0 | 0.70 | 0.18 |
| HSL | 70.54º | 0.62% | 0.53% | - |
| HSV(B) | 70.54º | 0.7% | 0.82% | - |
| XYZ | 43.68 | 56.63 | 13.19 | - |
| YUV | 185.35 | 58.39 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 210 | 62 | 0.12 | 0 | 0.70 | 0.18 | 70.54 | 0.62 | 0.53 |
| Hex | B8 | D2 | 3E | C | 0 | 46 | 12 | 47 | 3E | 35 |
| Octal | 270 | 322 | 76 | 14 | 0 | 106 | 22 | 107 | 76 | 65 |
| Binary | 10111000 | 11010010 | 111110 | 1100 | 0 | 1000110 | 10010 | 1000111 | 111110 | 110101 |
Color Harmonies of #B8D23E
Complementary color
Monochromatic Colors of #B8D23E
Black with #B8D23E
Text Example
Text Example
White with #B8D23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D23E; }
p { color: rgb(184,210,62); }
H1.HeaderClassName
{
color: #B8D23E;
}
.AnyTagClassName
{
color: #B8D23E;
}
</style>
background-color css
<style>
a { background-color: #B8D23E; }
a { background-color: rgb(184,210,62); }
div.DivClassName
{
background-color: #B8D23E;
}
.BgClassName
{
background-color: #B8D23E;
}
</style>
border-color css
<style>
span { border-color: #B8D23E; }
span { border-color: rgb(184,210,62); }
td.TdClassName
{
border-color: #B8D23E;
}
.TagClassName
{
border-color: #B8D23E;
}
</style>