Shades of Sulu #B2E26E
Tints of Sulu #B2E26E
RGB
CMYK
RGB Variations
Color information
#B2E26E (or 0xB2E26E) is known color: Sulu. HEX triplet: B2, E2 and 6E. RGB value is (178,226,110). Sum of RGB (Red+Green+Blue) = 178+226+110=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 226 (88.67% from 255 or 43.97% from 514); Blue value is 110 (43.36% from 255 or 21.40% from 514); Max value from RGB is 226 - color contains mainly: green. Hex color #B2E26E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E26E is #4D1D91. Grayscale: #C6C6C6. Windows color (decimal): -5053842 or 7266994. OLE color: 7266994.
HSL color Cylindrical-coordinate representation of color #B2E26E: hue angle of 84.83º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B2E26E is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 178 | 226 | 110 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.11 |
| HSL | 84.83º | 0.67% | 0.66% | - |
| HSV(B) | 84.83º | 0.51% | 0.89% | - |
| XYZ | 48.37 | 64.98 | 24.75 | - |
| YUV | 198.42 | 78.1 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 226 | 110 | 0.21 | 0 | 0.51 | 0.11 | 84.83 | 0.67 | 0.66 |
| Hex | B2 | E2 | 6E | 15 | 0 | 33 | B | 55 | 43 | 42 |
| Octal | 262 | 342 | 156 | 25 | 0 | 63 | 13 | 125 | 103 | 102 |
| Binary | 10110010 | 11100010 | 1101110 | 10101 | 0 | 110011 | 1011 | 1010101 | 1000011 | 1000010 |
Color Harmonies of #B2E26E
Complementary color
Monochromatic Colors of #B2E26E
Black with #B2E26E
Text Example
Text Example
White with #B2E26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E26E; }
p { color: rgb(178,226,110); }
H1.HeaderClassName
{
color: #B2E26E;
}
.AnyTagClassName
{
color: #B2E26E;
}
</style>
background-color css
<style>
a { background-color: #B2E26E; }
a { background-color: rgb(178,226,110); }
div.DivClassName
{
background-color: #B2E26E;
}
.BgClassName
{
background-color: #B2E26E;
}
</style>
border-color css
<style>
span { border-color: #B2E26E; }
span { border-color: rgb(178,226,110); }
td.TdClassName
{
border-color: #B2E26E;
}
.TagClassName
{
border-color: #B2E26E;
}
</style>