Shades of Sulu #B8D975
Tints of Sulu #B8D975
RGB
CMYK
RGB Variations
Color information
#B8D975 (or 0xB8D975) is known color: Sulu. HEX triplet: B8, D9 and 75. RGB value is (184,217,117). Sum of RGB (Red+Green+Blue) = 184+217+117=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 117 (46.09% from 255 or 22.59% from 518); Max value from RGB is 217 - color contains mainly: green. Hex color #B8D975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D975 is #47268A. Grayscale: #C4C4C4. Windows color (decimal): -4662923 or 7723448. OLE color: 7723448.
HSL color Cylindrical-coordinate representation of color #B8D975: hue angle of 79.8º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B8D975 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 217 | 117 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.15 |
| HSL | 79.8º | 0.57% | 0.65% | - |
| HSV(B) | 79.8º | 0.46% | 0.85% | - |
| XYZ | 47.79 | 61.1 | 26.1 | - |
| YUV | 195.73 | 83.57 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 217 | 117 | 0.15 | 0 | 0.46 | 0.15 | 79.8 | 0.57 | 0.65 |
| Hex | B8 | D9 | 75 | F | 0 | 2E | F | 50 | 39 | 41 |
| Octal | 270 | 331 | 165 | 17 | 0 | 56 | 17 | 120 | 71 | 101 |
| Binary | 10111000 | 11011001 | 1110101 | 1111 | 0 | 101110 | 1111 | 1010000 | 111001 | 1000001 |
Color Harmonies of #B8D975
Complementary color
Monochromatic Colors of #B8D975
Black with #B8D975
Text Example
Text Example
White with #B8D975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D975; }
p { color: rgb(184,217,117); }
H1.HeaderClassName
{
color: #B8D975;
}
.AnyTagClassName
{
color: #B8D975;
}
</style>
background-color css
<style>
a { background-color: #B8D975; }
a { background-color: rgb(184,217,117); }
div.DivClassName
{
background-color: #B8D975;
}
.BgClassName
{
background-color: #B8D975;
}
</style>
border-color css
<style>
span { border-color: #B8D975; }
span { border-color: rgb(184,217,117); }
td.TdClassName
{
border-color: #B8D975;
}
.TagClassName
{
border-color: #B8D975;
}
</style>