Shades of Sulu #BBDC7B
Tints of Sulu #BBDC7B
RGB
CMYK
RGB Variations
Color information
#BBDC7B (or 0xBBDC7B) is known color: Sulu. HEX triplet: BB, DC and 7B. RGB value is (187,220,123). Sum of RGB (Red+Green+Blue) = 187+220+123=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 123 (48.44% from 255 or 23.21% from 530); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDC7B is #442384. Grayscale: #C7C7C7. Windows color (decimal): -4465541 or 8117435. OLE color: 8117435.
HSL color Cylindrical-coordinate representation of color #BBDC7B: hue angle of 80.41º degrees, saturation: 0.58, 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 #BBDC7B is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 123 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.14 |
| HSL | 80.41º | 0.58% | 0.67% | - |
| HSV(B) | 80.41º | 0.44% | 0.86% | - |
| XYZ | 49.66 | 63.18 | 28.32 | - |
| YUV | 199.08 | 85.07 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 123 | 0.15 | 0 | 0.44 | 0.14 | 80.41 | 0.58 | 0.67 |
| Hex | BB | DC | 7B | F | 0 | 2C | E | 50 | 3A | 43 |
| Octal | 273 | 334 | 173 | 17 | 0 | 54 | 16 | 120 | 72 | 103 |
| Binary | 10111011 | 11011100 | 1111011 | 1111 | 0 | 101100 | 1110 | 1010000 | 111010 | 1000011 |
Color Harmonies of #BBDC7B
Complementary color
Monochromatic Colors of #BBDC7B
Black with #BBDC7B
Text Example
Text Example
White with #BBDC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDC7B; }
p { color: rgb(187,220,123); }
H1.HeaderClassName
{
color: #BBDC7B;
}
.AnyTagClassName
{
color: #BBDC7B;
}
</style>
background-color css
<style>
a { background-color: #BBDC7B; }
a { background-color: rgb(187,220,123); }
div.DivClassName
{
background-color: #BBDC7B;
}
.BgClassName
{
background-color: #BBDC7B;
}
</style>
border-color css
<style>
span { border-color: #BBDC7B; }
span { border-color: rgb(187,220,123); }
td.TdClassName
{
border-color: #BBDC7B;
}
.TagClassName
{
border-color: #BBDC7B;
}
</style>