Shades of Sulu #B5D97C
Tints of Sulu #B5D97C
RGB
CMYK
RGB Variations
Color information
#B5D97C (or 0xB5D97C) is known color: Sulu. HEX triplet: B5, D9 and 7C. RGB value is (181,217,124). Sum of RGB (Red+Green+Blue) = 181+217+124=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 217 (85.16% from 255 or 41.57% from 522); Blue value is 124 (48.83% from 255 or 23.75% from 522); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D97C is #4A2683. Grayscale: #C3C3C3. Windows color (decimal): -4859524 or 8182197. OLE color: 8182197.
HSL color Cylindrical-coordinate representation of color #B5D97C: hue angle of 83.23º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B5D97C is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 217 | 124 | - |
| CMYK | 0.17 | 0 | 0.43 | 0.15 |
| HSL | 83.23º | 0.55% | 0.67% | - |
| HSV(B) | 83.23º | 0.43% | 0.85% | - |
| XYZ | 47.51 | 60.9 | 28.32 | - |
| YUV | 195.63 | 87.57 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 217 | 124 | 0.17 | 0 | 0.43 | 0.15 | 83.23 | 0.55 | 0.67 |
| Hex | B5 | D9 | 7C | 11 | 0 | 2B | F | 53 | 37 | 43 |
| Octal | 265 | 331 | 174 | 21 | 0 | 53 | 17 | 123 | 67 | 103 |
| Binary | 10110101 | 11011001 | 1111100 | 10001 | 0 | 101011 | 1111 | 1010011 | 110111 | 1000011 |
Color Harmonies of #B5D97C
Complementary color
Monochromatic Colors of #B5D97C
Black with #B5D97C
Text Example
Text Example
White with #B5D97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D97C; }
p { color: rgb(181,217,124); }
H1.HeaderClassName
{
color: #B5D97C;
}
.AnyTagClassName
{
color: #B5D97C;
}
</style>
background-color css
<style>
a { background-color: #B5D97C; }
a { background-color: rgb(181,217,124); }
div.DivClassName
{
background-color: #B5D97C;
}
.BgClassName
{
background-color: #B5D97C;
}
</style>
border-color css
<style>
span { border-color: #B5D97C; }
span { border-color: rgb(181,217,124); }
td.TdClassName
{
border-color: #B5D97C;
}
.TagClassName
{
border-color: #B5D97C;
}
</style>