Shades of Las Palmas #B8DB38
Tints of Las Palmas #B8DB38
RGB
CMYK
RGB Variations
Color information
#B8DB38 (or 0xB8DB38) is known color: Las Palmas. HEX triplet: B8, DB and 38. RGB value is (184,219,56). Sum of RGB (Red+Green+Blue) = 184+219+56=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 56 (22.27% from 255 or 12.20% from 459); Max value from RGB is 219 - color contains mainly: green. Hex color #B8DB38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8DB38 is #4724C7. Grayscale: #BEBEBE. Windows color (decimal): -4662472 or 3726264. OLE color: 3726264.
HSL color Cylindrical-coordinate representation of color #B8DB38: hue angle of 72.88º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B8DB38 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 219 | 56 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.14 |
| HSL | 72.88º | 0.69% | 0.54% | - |
| HSV(B) | 72.88º | 0.74% | 0.86% | - |
| XYZ | 45.81 | 61.14 | 13.13 | - |
| YUV | 189.95 | 52.4 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 219 | 56 | 0.16 | 0 | 0.74 | 0.14 | 72.88 | 0.69 | 0.54 |
| Hex | B8 | DB | 38 | 10 | 0 | 4A | E | 49 | 45 | 36 |
| Octal | 270 | 333 | 70 | 20 | 0 | 112 | 16 | 111 | 105 | 66 |
| Binary | 10111000 | 11011011 | 111000 | 10000 | 0 | 1001010 | 1110 | 1001001 | 1000101 | 110110 |
Color Harmonies of #B8DB38
Complementary color
Monochromatic Colors of #B8DB38
Black with #B8DB38
Text Example
Text Example
White with #B8DB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DB38; }
p { color: rgb(184,219,56); }
H1.HeaderClassName
{
color: #B8DB38;
}
.AnyTagClassName
{
color: #B8DB38;
}
</style>
background-color css
<style>
a { background-color: #B8DB38; }
a { background-color: rgb(184,219,56); }
div.DivClassName
{
background-color: #B8DB38;
}
.BgClassName
{
background-color: #B8DB38;
}
</style>
border-color css
<style>
span { border-color: #B8DB38; }
span { border-color: rgb(184,219,56); }
td.TdClassName
{
border-color: #B8DB38;
}
.TagClassName
{
border-color: #B8DB38;
}
</style>