Shades of Sulu #B8DD8A
Tints of Sulu #B8DD8A
RGB
CMYK
RGB Variations
Color information
#B8DD8A (or 0xB8DD8A) is known color: Sulu. HEX triplet: B8, DD and 8A. RGB value is (184,221,138). Sum of RGB (Red+Green+Blue) = 184+221+138=543 (71% of max value = 765). Red value is 184 (72.27% from 255 or 33.89% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 138 (54.30% from 255 or 25.41% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #B8DD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DD8A is #472275. Grayscale: #C8C8C8. Windows color (decimal): -4661878 or 9100728. OLE color: 9100728.
HSL color Cylindrical-coordinate representation of color #B8DD8A: hue angle of 86.75º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B8DD8A is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 221 | 138 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.13 |
| HSL | 86.75º | 0.55% | 0.7% | - |
| HSV(B) | 86.75º | 0.38% | 0.87% | - |
| XYZ | 50.21 | 63.74 | 33.7 | - |
| YUV | 200.48 | 92.74 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 221 | 138 | 0.17 | 0 | 0.38 | 0.13 | 86.75 | 0.55 | 0.7 |
| Hex | B8 | DD | 8A | 11 | 0 | 26 | D | 57 | 37 | 46 |
| Octal | 270 | 335 | 212 | 21 | 0 | 46 | 15 | 127 | 67 | 106 |
| Binary | 10111000 | 11011101 | 10001010 | 10001 | 0 | 100110 | 1101 | 1010111 | 110111 | 1000110 |
Color Harmonies of #B8DD8A
Complementary color
Monochromatic Colors of #B8DD8A
Black with #B8DD8A
Text Example
Text Example
White with #B8DD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DD8A; }
p { color: rgb(184,221,138); }
H1.HeaderClassName
{
color: #B8DD8A;
}
.AnyTagClassName
{
color: #B8DD8A;
}
</style>
background-color css
<style>
a { background-color: #B8DD8A; }
a { background-color: rgb(184,221,138); }
div.DivClassName
{
background-color: #B8DD8A;
}
.BgClassName
{
background-color: #B8DD8A;
}
</style>
border-color css
<style>
span { border-color: #B8DD8A; }
span { border-color: rgb(184,221,138); }
td.TdClassName
{
border-color: #B8DD8A;
}
.TagClassName
{
border-color: #B8DD8A;
}
</style>