Shades of Sulu #BBD674
Tints of Sulu #BBD674
RGB
CMYK
RGB Variations
Color information
#BBD674 (or 0xBBD674) is known color: Sulu. HEX triplet: BB, D6 and 74. RGB value is (187,214,116). Sum of RGB (Red+Green+Blue) = 187+214+116=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 214 (83.98% from 255 or 41.39% from 517); Blue value is 116 (45.70% from 255 or 22.44% from 517); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD674 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD674 is #44298B. Grayscale: #C3C3C3. Windows color (decimal): -4467084 or 7657147. OLE color: 7657147.
HSL color Cylindrical-coordinate representation of color #BBD674: hue angle of 76.53º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BBD674 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 214 | 116 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.16 |
| HSL | 76.53º | 0.54% | 0.65% | - |
| HSV(B) | 76.53º | 0.46% | 0.84% | - |
| XYZ | 47.69 | 59.92 | 25.57 | - |
| YUV | 194.76 | 83.55 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 214 | 116 | 0.13 | 0 | 0.46 | 0.16 | 76.53 | 0.54 | 0.65 |
| Hex | BB | D6 | 74 | D | 0 | 2E | 10 | 4D | 36 | 41 |
| Octal | 273 | 326 | 164 | 15 | 0 | 56 | 20 | 115 | 66 | 101 |
| Binary | 10111011 | 11010110 | 1110100 | 1101 | 0 | 101110 | 10000 | 1001101 | 110110 | 1000001 |
Color Harmonies of #BBD674
Complementary color
Monochromatic Colors of #BBD674
Black with #BBD674
Text Example
Text Example
White with #BBD674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD674; }
p { color: rgb(187,214,116); }
H1.HeaderClassName
{
color: #BBD674;
}
.AnyTagClassName
{
color: #BBD674;
}
</style>
background-color css
<style>
a { background-color: #BBD674; }
a { background-color: rgb(187,214,116); }
div.DivClassName
{
background-color: #BBD674;
}
.BgClassName
{
background-color: #BBD674;
}
</style>
border-color css
<style>
span { border-color: #BBD674; }
span { border-color: rgb(187,214,116); }
td.TdClassName
{
border-color: #BBD674;
}
.TagClassName
{
border-color: #BBD674;
}
</style>