Shades of Las Palmas #B6D83E
Tints of Las Palmas #B6D83E
RGB
CMYK
RGB Variations
Color information
#B6D83E (or 0xB6D83E) is known color: Las Palmas. HEX triplet: B6, D8 and 3E. RGB value is (182,216,62). Sum of RGB (Red+Green+Blue) = 182+216+62=460 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.57% from 460); Green value is 216 (84.77% from 255 or 46.96% from 460); Blue value is 62 (24.61% from 255 or 13.48% from 460); Max value from RGB is 216 - color contains mainly: green. Hex color #B6D83E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6D83E is #4927C1. Grayscale: #BCBCBC. Windows color (decimal): -4794306 or 4118710. OLE color: 4118710.
HSL color Cylindrical-coordinate representation of color #B6D83E: hue angle of 73.25º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B6D83E is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 216 | 62 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.15 |
| HSL | 73.25º | 0.66% | 0.55% | - |
| HSV(B) | 73.25º | 0.71% | 0.85% | - |
| XYZ | 44.72 | 59.4 | 13.67 | - |
| YUV | 188.28 | 56.74 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 216 | 62 | 0.16 | 0 | 0.71 | 0.15 | 73.25 | 0.66 | 0.55 |
| Hex | B6 | D8 | 3E | 10 | 0 | 47 | F | 49 | 42 | 37 |
| Octal | 266 | 330 | 76 | 20 | 0 | 107 | 17 | 111 | 102 | 67 |
| Binary | 10110110 | 11011000 | 111110 | 10000 | 0 | 1000111 | 1111 | 1001001 | 1000010 | 110111 |
Color Harmonies of #B6D83E
Complementary color
Monochromatic Colors of #B6D83E
Black with #B6D83E
Text Example
Text Example
White with #B6D83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D83E; }
p { color: rgb(182,216,62); }
H1.HeaderClassName
{
color: #B6D83E;
}
.AnyTagClassName
{
color: #B6D83E;
}
</style>
background-color css
<style>
a { background-color: #B6D83E; }
a { background-color: rgb(182,216,62); }
div.DivClassName
{
background-color: #B6D83E;
}
.BgClassName
{
background-color: #B6D83E;
}
</style>
border-color css
<style>
span { border-color: #B6D83E; }
span { border-color: rgb(182,216,62); }
td.TdClassName
{
border-color: #B6D83E;
}
.TagClassName
{
border-color: #B6D83E;
}
</style>