Shades of Sulu #B9E074
Tints of Sulu #B9E074
RGB
CMYK
RGB Variations
Color information
#B9E074 (or 0xB9E074) is known color: Sulu. HEX triplet: B9, E0 and 74. RGB value is (185,224,116). Sum of RGB (Red+Green+Blue) = 185+224+116=525 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.24% from 525); Green value is 224 (87.89% from 255 or 42.67% from 525); Blue value is 116 (45.70% from 255 or 22.10% from 525); Max value from RGB is 224 - color contains mainly: green. Hex color #B9E074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9E074 is #461F8B. Grayscale: #C8C8C8. Windows color (decimal): -4595596 or 7659705. OLE color: 7659705.
HSL color Cylindrical-coordinate representation of color #B9E074: hue angle of 81.67º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B9E074 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 224 | 116 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.12 |
| HSL | 81.67º | 0.64% | 0.67% | - |
| HSV(B) | 81.67º | 0.48% | 0.88% | - |
| XYZ | 49.82 | 64.89 | 26.42 | - |
| YUV | 200.03 | 80.58 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 224 | 116 | 0.17 | 0 | 0.48 | 0.12 | 81.67 | 0.64 | 0.67 |
| Hex | B9 | E0 | 74 | 11 | 0 | 30 | C | 52 | 40 | 43 |
| Octal | 271 | 340 | 164 | 21 | 0 | 60 | 14 | 122 | 100 | 103 |
| Binary | 10111001 | 11100000 | 1110100 | 10001 | 0 | 110000 | 1100 | 1010010 | 1000000 | 1000011 |
Color Harmonies of #B9E074
Complementary color
Monochromatic Colors of #B9E074
Black with #B9E074
Text Example
Text Example
White with #B9E074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E074; }
p { color: rgb(185,224,116); }
H1.HeaderClassName
{
color: #B9E074;
}
.AnyTagClassName
{
color: #B9E074;
}
</style>
background-color css
<style>
a { background-color: #B9E074; }
a { background-color: rgb(185,224,116); }
div.DivClassName
{
background-color: #B9E074;
}
.BgClassName
{
background-color: #B9E074;
}
</style>
border-color css
<style>
span { border-color: #B9E074; }
span { border-color: rgb(185,224,116); }
td.TdClassName
{
border-color: #B9E074;
}
.TagClassName
{
border-color: #B9E074;
}
</style>