Shades of Sulu #BDD674
Tints of Sulu #BDD674
RGB
CMYK
RGB Variations
Color information
#BDD674 (or 0xBDD674) is known color: Sulu. HEX triplet: BD, D6 and 74. RGB value is (189,214,116). Sum of RGB (Red+Green+Blue) = 189+214+116=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 214 (83.98% from 255 or 41.23% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD674 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD674 is #42298B. Grayscale: #C3C3C3. Windows color (decimal): -4336012 or 7657149. OLE color: 7657149.
HSL color Cylindrical-coordinate representation of color #BDD674: hue angle of 75.31º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDD674 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 214 | 116 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.16 |
| HSL | 75.31º | 0.54% | 0.65% | - |
| HSV(B) | 75.31º | 0.46% | 0.84% | - |
| XYZ | 48.19 | 60.17 | 25.6 | - |
| YUV | 195.35 | 83.22 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 214 | 116 | 0.12 | 0 | 0.46 | 0.16 | 75.31 | 0.54 | 0.65 |
| Hex | BD | D6 | 74 | C | 0 | 2E | 10 | 4B | 36 | 41 |
| Octal | 275 | 326 | 164 | 14 | 0 | 56 | 20 | 113 | 66 | 101 |
| Binary | 10111101 | 11010110 | 1110100 | 1100 | 0 | 101110 | 10000 | 1001011 | 110110 | 1000001 |
Color Harmonies of #BDD674
Complementary color
Monochromatic Colors of #BDD674
Black with #BDD674
Text Example
Text Example
White with #BDD674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD674; }
p { color: rgb(189,214,116); }
H1.HeaderClassName
{
color: #BDD674;
}
.AnyTagClassName
{
color: #BDD674;
}
</style>
background-color css
<style>
a { background-color: #BDD674; }
a { background-color: rgb(189,214,116); }
div.DivClassName
{
background-color: #BDD674;
}
.BgClassName
{
background-color: #BDD674;
}
</style>
border-color css
<style>
span { border-color: #BDD674; }
span { border-color: rgb(189,214,116); }
td.TdClassName
{
border-color: #BDD674;
}
.TagClassName
{
border-color: #BDD674;
}
</style>