Shades of Sulu #BBDB7A
Tints of Sulu #BBDB7A
RGB
CMYK
RGB Variations
Color information
#BBDB7A (or 0xBBDB7A) is known color: Sulu. HEX triplet: BB, DB and 7A. RGB value is (187,219,122). Sum of RGB (Red+Green+Blue) = 187+219+122=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 122 (48.05% from 255 or 23.11% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDB7A is #442485. Grayscale: #C6C6C6. Windows color (decimal): -4465798 or 8051643. OLE color: 8051643.
HSL color Cylindrical-coordinate representation of color #BBDB7A: hue angle of 79.79º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBDB7A is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 122 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.14 |
| HSL | 79.79º | 0.57% | 0.67% | - |
| HSV(B) | 79.79º | 0.44% | 0.86% | - |
| XYZ | 49.34 | 62.63 | 27.9 | - |
| YUV | 198.37 | 84.9 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 122 | 0.15 | 0 | 0.44 | 0.14 | 79.79 | 0.57 | 0.67 |
| Hex | BB | DB | 7A | F | 0 | 2C | E | 50 | 39 | 43 |
| Octal | 273 | 333 | 172 | 17 | 0 | 54 | 16 | 120 | 71 | 103 |
| Binary | 10111011 | 11011011 | 1111010 | 1111 | 0 | 101100 | 1110 | 1010000 | 111001 | 1000011 |
Color Harmonies of #BBDB7A
Complementary color
Monochromatic Colors of #BBDB7A
Black with #BBDB7A
Text Example
Text Example
White with #BBDB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDB7A; }
p { color: rgb(187,219,122); }
H1.HeaderClassName
{
color: #BBDB7A;
}
.AnyTagClassName
{
color: #BBDB7A;
}
</style>
background-color css
<style>
a { background-color: #BBDB7A; }
a { background-color: rgb(187,219,122); }
div.DivClassName
{
background-color: #BBDB7A;
}
.BgClassName
{
background-color: #BBDB7A;
}
</style>
border-color css
<style>
span { border-color: #BBDB7A; }
span { border-color: rgb(187,219,122); }
td.TdClassName
{
border-color: #BBDB7A;
}
.TagClassName
{
border-color: #BBDB7A;
}
</style>