Shades of Sulu #B9E27A
Tints of Sulu #B9E27A
RGB
CMYK
RGB Variations
Color information
#B9E27A (or 0xB9E27A) is known color: Sulu. HEX triplet: B9, E2 and 7A. RGB value is (185,226,122). Sum of RGB (Red+Green+Blue) = 185+226+122=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 226 (88.67% from 255 or 42.40% from 533); Blue value is 122 (48.05% from 255 or 22.89% from 533); Max value from RGB is 226 - color contains mainly: green. Hex color #B9E27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9E27A is #461D85. Grayscale: #CACACA. Windows color (decimal): -4595078 or 8053433. OLE color: 8053433.
HSL color Cylindrical-coordinate representation of color #B9E27A: hue angle of 83.65º 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 #B9E27A is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 226 | 122 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.11 |
| HSL | 83.65º | 0.64% | 0.68% | - |
| HSV(B) | 83.65º | 0.46% | 0.89% | - |
| XYZ | 50.72 | 66.11 | 28.5 | - |
| YUV | 201.89 | 82.92 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 226 | 122 | 0.18 | 0 | 0.46 | 0.11 | 83.65 | 0.64 | 0.68 |
| Hex | B9 | E2 | 7A | 12 | 0 | 2E | B | 54 | 40 | 44 |
| Octal | 271 | 342 | 172 | 22 | 0 | 56 | 13 | 124 | 100 | 104 |
| Binary | 10111001 | 11100010 | 1111010 | 10010 | 0 | 101110 | 1011 | 1010100 | 1000000 | 1000100 |
Color Harmonies of #B9E27A
Complementary color
Monochromatic Colors of #B9E27A
Black with #B9E27A
Text Example
Text Example
White with #B9E27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E27A; }
p { color: rgb(185,226,122); }
H1.HeaderClassName
{
color: #B9E27A;
}
.AnyTagClassName
{
color: #B9E27A;
}
</style>
background-color css
<style>
a { background-color: #B9E27A; }
a { background-color: rgb(185,226,122); }
div.DivClassName
{
background-color: #B9E27A;
}
.BgClassName
{
background-color: #B9E27A;
}
</style>
border-color css
<style>
span { border-color: #B9E27A; }
span { border-color: rgb(185,226,122); }
td.TdClassName
{
border-color: #B9E27A;
}
.TagClassName
{
border-color: #B9E27A;
}
</style>