Shades of Las Palmas #B6E234
Tints of Las Palmas #B6E234
RGB
CMYK
RGB Variations
Color information
#B6E234 (or 0xB6E234) is known color: Las Palmas. HEX triplet: B6, E2 and 34. RGB value is (182,226,52). Sum of RGB (Red+Green+Blue) = 182+226+52=460 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.57% from 460); Green value is 226 (88.67% from 255 or 49.13% from 460); Blue value is 52 (20.70% from 255 or 11.30% from 460); Max value from RGB is 226 - color contains mainly: green. Hex color #B6E234 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6E234 is #491DCB. Grayscale: #C1C1C1. Windows color (decimal): -4791756 or 3465910. OLE color: 3465910.
HSL color Cylindrical-coordinate representation of color #B6E234: hue angle of 75.17º 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 #B6E234 is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 182 | 226 | 52 | - |
| CMYK | 0.19 | 0 | 0.77 | 0.11 |
| HSL | 75.17º | 0.75% | 0.55% | - |
| HSV(B) | 75.17º | 0.77% | 0.89% | - |
| XYZ | 47.11 | 64.59 | 13.23 | - |
| YUV | 193.01 | 48.42 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 226 | 52 | 0.19 | 0 | 0.77 | 0.11 | 75.17 | 0.75 | 0.55 |
| Hex | B6 | E2 | 34 | 13 | 0 | 4D | B | 4B | 4B | 37 |
| Octal | 266 | 342 | 64 | 23 | 0 | 115 | 13 | 113 | 113 | 67 |
| Binary | 10110110 | 11100010 | 110100 | 10011 | 0 | 1001101 | 1011 | 1001011 | 1001011 | 110111 |
Color Harmonies of #B6E234
Complementary color
Monochromatic Colors of #B6E234
Black with #B6E234
Text Example
Text Example
White with #B6E234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E234; }
p { color: rgb(182,226,52); }
H1.HeaderClassName
{
color: #B6E234;
}
.AnyTagClassName
{
color: #B6E234;
}
</style>
background-color css
<style>
a { background-color: #B6E234; }
a { background-color: rgb(182,226,52); }
div.DivClassName
{
background-color: #B6E234;
}
.BgClassName
{
background-color: #B6E234;
}
</style>
border-color css
<style>
span { border-color: #B6E234; }
span { border-color: rgb(182,226,52); }
td.TdClassName
{
border-color: #B6E234;
}
.TagClassName
{
border-color: #B6E234;
}
</style>