Shades of Sulu #BBD67D
Tints of Sulu #BBD67D
RGB
CMYK
RGB Variations
Color information
#BBD67D (or 0xBBD67D) is known color: Sulu. HEX triplet: BB, D6 and 7D. RGB value is (187,214,125). Sum of RGB (Red+Green+Blue) = 187+214+125=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 214 (83.98% from 255 or 40.68% from 526); Blue value is 125 (49.22% from 255 or 23.76% from 526); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD67D is #442982. Grayscale: #C4C4C4. Windows color (decimal): -4467075 or 8246971. OLE color: 8246971.
HSL color Cylindrical-coordinate representation of color #BBD67D: hue angle of 78.2º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BBD67D is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 214 | 125 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.16 |
| HSL | 78.2º | 0.52% | 0.66% | - |
| HSV(B) | 78.2º | 0.42% | 0.84% | - |
| XYZ | 48.24 | 60.14 | 28.47 | - |
| YUV | 195.78 | 88.05 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 214 | 125 | 0.13 | 0 | 0.42 | 0.16 | 78.2 | 0.52 | 0.66 |
| Hex | BB | D6 | 7D | D | 0 | 2A | 10 | 4E | 34 | 42 |
| Octal | 273 | 326 | 175 | 15 | 0 | 52 | 20 | 116 | 64 | 102 |
| Binary | 10111011 | 11010110 | 1111101 | 1101 | 0 | 101010 | 10000 | 1001110 | 110100 | 1000010 |
Color Harmonies of #BBD67D
Complementary color
Monochromatic Colors of #BBD67D
Black with #BBD67D
Text Example
Text Example
White with #BBD67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD67D; }
p { color: rgb(187,214,125); }
H1.HeaderClassName
{
color: #BBD67D;
}
.AnyTagClassName
{
color: #BBD67D;
}
</style>
background-color css
<style>
a { background-color: #BBD67D; }
a { background-color: rgb(187,214,125); }
div.DivClassName
{
background-color: #BBD67D;
}
.BgClassName
{
background-color: #BBD67D;
}
</style>
border-color css
<style>
span { border-color: #BBD67D; }
span { border-color: rgb(187,214,125); }
td.TdClassName
{
border-color: #BBD67D;
}
.TagClassName
{
border-color: #BBD67D;
}
</style>