Shades of Sulu #B4E96C
Tints of Sulu #B4E96C
RGB
CMYK
RGB Variations
Color information
#B4E96C (or 0xB4E96C) is known color: Sulu. HEX triplet: B4, E9 and 6C. RGB value is (180,233,108). Sum of RGB (Red+Green+Blue) = 180+233+108=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 233 (91.41% from 255 or 44.72% from 521); Blue value is 108 (42.58% from 255 or 20.73% from 521); Max value from RGB is 233 - color contains mainly: green. Hex color #B4E96C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4E96C is #4B1693. Grayscale: #CBCBCB. Windows color (decimal): -4920980 or 7137716. OLE color: 7137716.
HSL color Cylindrical-coordinate representation of color #B4E96C: hue angle of 85.44º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B4E96C is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 233 | 108 | - |
| CMYK | 0.23 | 0 | 0.54 | 0.09 |
| HSL | 85.44º | 0.74% | 0.67% | - |
| HSV(B) | 85.44º | 0.54% | 0.91% | - |
| XYZ | 50.67 | 69.06 | 24.85 | - |
| YUV | 202.9 | 74.44 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 233 | 108 | 0.23 | 0 | 0.54 | 0.09 | 85.44 | 0.74 | 0.67 |
| Hex | B4 | E9 | 6C | 17 | 0 | 36 | 9 | 55 | 4A | 43 |
| Octal | 264 | 351 | 154 | 27 | 0 | 66 | 11 | 125 | 112 | 103 |
| Binary | 10110100 | 11101001 | 1101100 | 10111 | 0 | 110110 | 1001 | 1010101 | 1001010 | 1000011 |
Color Harmonies of #B4E96C
Complementary color
Monochromatic Colors of #B4E96C
Black with #B4E96C
Text Example
Text Example
White with #B4E96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E96C; }
p { color: rgb(180,233,108); }
H1.HeaderClassName
{
color: #B4E96C;
}
.AnyTagClassName
{
color: #B4E96C;
}
</style>
background-color css
<style>
a { background-color: #B4E96C; }
a { background-color: rgb(180,233,108); }
div.DivClassName
{
background-color: #B4E96C;
}
.BgClassName
{
background-color: #B4E96C;
}
</style>
border-color css
<style>
span { border-color: #B4E96C; }
span { border-color: rgb(180,233,108); }
td.TdClassName
{
border-color: #B4E96C;
}
.TagClassName
{
border-color: #B4E96C;
}
</style>