Shades of Las Palmas #B6E235
Tints of Las Palmas #B6E235
RGB
CMYK
RGB Variations
Color information
#B6E235 (or 0xB6E235) is known color: Las Palmas. HEX triplet: B6, E2 and 35. RGB value is (182,226,53). Sum of RGB (Red+Green+Blue) = 182+226+53=461 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.48% from 461); Green value is 226 (88.67% from 255 or 49.02% from 461); Blue value is 53 (21.09% from 255 or 11.50% from 461); Max value from RGB is 226 - color contains mainly: green. Hex color #B6E235 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6E235 is #491DCA. Grayscale: #C1C1C1. Windows color (decimal): -4791755 or 3531446. OLE color: 3531446.
HSL color Cylindrical-coordinate representation of color #B6E235: hue angle of 75.26º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B6E235 is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 182 | 226 | 53 | - |
| CMYK | 0.19 | 0 | 0.77 | 0.11 |
| HSL | 75.26º | 0.75% | 0.55% | - |
| HSV(B) | 75.26º | 0.77% | 0.89% | - |
| XYZ | 47.13 | 64.59 | 13.35 | - |
| YUV | 193.12 | 48.92 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 226 | 53 | 0.19 | 0 | 0.77 | 0.11 | 75.26 | 0.75 | 0.55 |
| Hex | B6 | E2 | 35 | 13 | 0 | 4D | B | 4B | 4B | 37 |
| Octal | 266 | 342 | 65 | 23 | 0 | 115 | 13 | 113 | 113 | 67 |
| Binary | 10110110 | 11100010 | 110101 | 10011 | 0 | 1001101 | 1011 | 1001011 | 1001011 | 110111 |
Color Harmonies of #B6E235
Complementary color
Monochromatic Colors of #B6E235
Black with #B6E235
Text Example
Text Example
White with #B6E235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E235; }
p { color: rgb(182,226,53); }
H1.HeaderClassName
{
color: #B6E235;
}
.AnyTagClassName
{
color: #B6E235;
}
</style>
background-color css
<style>
a { background-color: #B6E235; }
a { background-color: rgb(182,226,53); }
div.DivClassName
{
background-color: #B6E235;
}
.BgClassName
{
background-color: #B6E235;
}
</style>
border-color css
<style>
span { border-color: #B6E235; }
span { border-color: rgb(182,226,53); }
td.TdClassName
{
border-color: #B6E235;
}
.TagClassName
{
border-color: #B6E235;
}
</style>