Shades of Sulu #BBDA7A
Tints of Sulu #BBDA7A
RGB
CMYK
RGB Variations
Color information
#BBDA7A (or 0xBBDA7A) is known color: Sulu. HEX triplet: BB, DA and 7A. RGB value is (187,218,122). Sum of RGB (Red+Green+Blue) = 187+218+122=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 122 (48.05% from 255 or 23.15% from 527); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDA7A is #442585. Grayscale: #C6C6C6. Windows color (decimal): -4466054 or 8051387. OLE color: 8051387.
HSL color Cylindrical-coordinate representation of color #BBDA7A: hue angle of 79.38º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBDA7A is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 122 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.15 |
| HSL | 79.38º | 0.56% | 0.67% | - |
| HSV(B) | 79.38º | 0.44% | 0.85% | - |
| XYZ | 49.08 | 62.11 | 27.81 | - |
| YUV | 197.79 | 85.23 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 122 | 0.14 | 0 | 0.44 | 0.15 | 79.38 | 0.56 | 0.67 |
| Hex | BB | DA | 7A | E | 0 | 2C | F | 4F | 38 | 43 |
| Octal | 273 | 332 | 172 | 16 | 0 | 54 | 17 | 117 | 70 | 103 |
| Binary | 10111011 | 11011010 | 1111010 | 1110 | 0 | 101100 | 1111 | 1001111 | 111000 | 1000011 |
Color Harmonies of #BBDA7A
Complementary color
Monochromatic Colors of #BBDA7A
Black with #BBDA7A
Text Example
Text Example
White with #BBDA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA7A; }
p { color: rgb(187,218,122); }
H1.HeaderClassName
{
color: #BBDA7A;
}
.AnyTagClassName
{
color: #BBDA7A;
}
</style>
background-color css
<style>
a { background-color: #BBDA7A; }
a { background-color: rgb(187,218,122); }
div.DivClassName
{
background-color: #BBDA7A;
}
.BgClassName
{
background-color: #BBDA7A;
}
</style>
border-color css
<style>
span { border-color: #BBDA7A; }
span { border-color: rgb(187,218,122); }
td.TdClassName
{
border-color: #BBDA7A;
}
.TagClassName
{
border-color: #BBDA7A;
}
</style>