Shades of Sulu #BBDA7C
Tints of Sulu #BBDA7C
RGB
CMYK
RGB Variations
Color information
#BBDA7C (or 0xBBDA7C) is known color: Sulu. HEX triplet: BB, DA and 7C. RGB value is (187,218,124). Sum of RGB (Red+Green+Blue) = 187+218+124=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 124 (48.83% from 255 or 23.44% from 529); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDA7C is #442583. Grayscale: #C6C6C6. Windows color (decimal): -4466052 or 8182459. OLE color: 8182459.
HSL color Cylindrical-coordinate representation of color #BBDA7C: hue angle of 79.79º degrees, saturation: 0.56, 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 #BBDA7C is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 124 | - |
| CMYK | 0.14 | 0 | 0.43 | 0.15 |
| HSL | 79.79º | 0.56% | 0.67% | - |
| HSV(B) | 79.79º | 0.43% | 0.85% | - |
| XYZ | 49.2 | 62.16 | 28.47 | - |
| YUV | 198.02 | 86.23 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 124 | 0.14 | 0 | 0.43 | 0.15 | 79.79 | 0.56 | 0.67 |
| Hex | BB | DA | 7C | E | 0 | 2B | F | 50 | 38 | 43 |
| Octal | 273 | 332 | 174 | 16 | 0 | 53 | 17 | 120 | 70 | 103 |
| Binary | 10111011 | 11011010 | 1111100 | 1110 | 0 | 101011 | 1111 | 1010000 | 111000 | 1000011 |
Color Harmonies of #BBDA7C
Complementary color
Monochromatic Colors of #BBDA7C
Black with #BBDA7C
Text Example
Text Example
White with #BBDA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA7C; }
p { color: rgb(187,218,124); }
H1.HeaderClassName
{
color: #BBDA7C;
}
.AnyTagClassName
{
color: #BBDA7C;
}
</style>
background-color css
<style>
a { background-color: #BBDA7C; }
a { background-color: rgb(187,218,124); }
div.DivClassName
{
background-color: #BBDA7C;
}
.BgClassName
{
background-color: #BBDA7C;
}
</style>
border-color css
<style>
span { border-color: #BBDA7C; }
span { border-color: rgb(187,218,124); }
td.TdClassName
{
border-color: #BBDA7C;
}
.TagClassName
{
border-color: #BBDA7C;
}
</style>