Shades of Sulu #B6E27B
Tints of Sulu #B6E27B
RGB
CMYK
RGB Variations
Color information
#B6E27B (or 0xB6E27B) is known color: Sulu. HEX triplet: B6, E2 and 7B. RGB value is (182,226,123). Sum of RGB (Red+Green+Blue) = 182+226+123=531 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.27% from 531); Green value is 226 (88.67% from 255 or 42.56% from 531); Blue value is 123 (48.44% from 255 or 23.16% from 531); Max value from RGB is 226 - color contains mainly: green. Hex color #B6E27B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6E27B is #491D84. Grayscale: #C9C9C9. Windows color (decimal): -4791685 or 8118966. OLE color: 8118966.
HSL color Cylindrical-coordinate representation of color #B6E27B: hue angle of 85.63º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B6E27B is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 182 | 226 | 123 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.11 |
| HSL | 85.63º | 0.64% | 0.68% | - |
| HSV(B) | 85.63º | 0.46% | 0.89% | - |
| XYZ | 50.06 | 65.77 | 28.79 | - |
| YUV | 201.1 | 83.92 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 226 | 123 | 0.19 | 0 | 0.46 | 0.11 | 85.63 | 0.64 | 0.68 |
| Hex | B6 | E2 | 7B | 13 | 0 | 2E | B | 56 | 40 | 44 |
| Octal | 266 | 342 | 173 | 23 | 0 | 56 | 13 | 126 | 100 | 104 |
| Binary | 10110110 | 11100010 | 1111011 | 10011 | 0 | 101110 | 1011 | 1010110 | 1000000 | 1000100 |
Color Harmonies of #B6E27B
Complementary color
Monochromatic Colors of #B6E27B
Black with #B6E27B
Text Example
Text Example
White with #B6E27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E27B; }
p { color: rgb(182,226,123); }
H1.HeaderClassName
{
color: #B6E27B;
}
.AnyTagClassName
{
color: #B6E27B;
}
</style>
background-color css
<style>
a { background-color: #B6E27B; }
a { background-color: rgb(182,226,123); }
div.DivClassName
{
background-color: #B6E27B;
}
.BgClassName
{
background-color: #B6E27B;
}
</style>
border-color css
<style>
span { border-color: #B6E27B; }
span { border-color: rgb(182,226,123); }
td.TdClassName
{
border-color: #B6E27B;
}
.TagClassName
{
border-color: #B6E27B;
}
</style>