Shades of Sulu #BBDB75
Tints of Sulu #BBDB75
RGB
CMYK
RGB Variations
Color information
#BBDB75 (or 0xBBDB75) is known color: Sulu. HEX triplet: BB, DB and 75. RGB value is (187,219,117). Sum of RGB (Red+Green+Blue) = 187+219+117=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 117 (46.09% from 255 or 22.37% from 523); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDB75 is #44248A. Grayscale: #C6C6C6. Windows color (decimal): -4465803 or 7723963. OLE color: 7723963.
HSL color Cylindrical-coordinate representation of color #BBDB75: hue angle of 78.82º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BBDB75 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 117 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.14 |
| HSL | 78.82º | 0.59% | 0.66% | - |
| HSV(B) | 78.82º | 0.47% | 0.86% | - |
| XYZ | 49.04 | 62.51 | 26.31 | - |
| YUV | 197.8 | 82.4 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 117 | 0.15 | 0 | 0.47 | 0.14 | 78.82 | 0.59 | 0.66 |
| Hex | BB | DB | 75 | F | 0 | 2F | E | 4F | 3B | 42 |
| Octal | 273 | 333 | 165 | 17 | 0 | 57 | 16 | 117 | 73 | 102 |
| Binary | 10111011 | 11011011 | 1110101 | 1111 | 0 | 101111 | 1110 | 1001111 | 111011 | 1000010 |
Color Harmonies of #BBDB75
Complementary color
Monochromatic Colors of #BBDB75
Black with #BBDB75
Text Example
Text Example
White with #BBDB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDB75; }
p { color: rgb(187,219,117); }
H1.HeaderClassName
{
color: #BBDB75;
}
.AnyTagClassName
{
color: #BBDB75;
}
</style>
background-color css
<style>
a { background-color: #BBDB75; }
a { background-color: rgb(187,219,117); }
div.DivClassName
{
background-color: #BBDB75;
}
.BgClassName
{
background-color: #BBDB75;
}
</style>
border-color css
<style>
span { border-color: #BBDB75; }
span { border-color: rgb(187,219,117); }
td.TdClassName
{
border-color: #BBDB75;
}
.TagClassName
{
border-color: #BBDB75;
}
</style>