Shades of Sulu #BDD67B
Tints of Sulu #BDD67B
RGB
CMYK
RGB Variations
Color information
#BDD67B (or 0xBDD67B) is known color: Sulu. HEX triplet: BD, D6 and 7B. RGB value is (189,214,123). Sum of RGB (Red+Green+Blue) = 189+214+123=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 214 (83.98% from 255 or 40.68% from 526); Blue value is 123 (48.44% from 255 or 23.38% from 526); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD67B is #422984. Grayscale: #C4C4C4. Windows color (decimal): -4336005 or 8115901. OLE color: 8115901.
HSL color Cylindrical-coordinate representation of color #BDD67B: hue angle of 76.48º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDD67B is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 214 | 123 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.16 |
| HSL | 76.48º | 0.53% | 0.66% | - |
| HSV(B) | 76.48º | 0.43% | 0.84% | - |
| XYZ | 48.61 | 60.34 | 27.82 | - |
| YUV | 196.15 | 86.72 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 214 | 123 | 0.12 | 0 | 0.43 | 0.16 | 76.48 | 0.53 | 0.66 |
| Hex | BD | D6 | 7B | C | 0 | 2B | 10 | 4C | 35 | 42 |
| Octal | 275 | 326 | 173 | 14 | 0 | 53 | 20 | 114 | 65 | 102 |
| Binary | 10111101 | 11010110 | 1111011 | 1100 | 0 | 101011 | 10000 | 1001100 | 110101 | 1000010 |
Color Harmonies of #BDD67B
Complementary color
Monochromatic Colors of #BDD67B
Black with #BDD67B
Text Example
Text Example
White with #BDD67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD67B; }
p { color: rgb(189,214,123); }
H1.HeaderClassName
{
color: #BDD67B;
}
.AnyTagClassName
{
color: #BDD67B;
}
</style>
background-color css
<style>
a { background-color: #BDD67B; }
a { background-color: rgb(189,214,123); }
div.DivClassName
{
background-color: #BDD67B;
}
.BgClassName
{
background-color: #BDD67B;
}
</style>
border-color css
<style>
span { border-color: #BDD67B; }
span { border-color: rgb(189,214,123); }
td.TdClassName
{
border-color: #BDD67B;
}
.TagClassName
{
border-color: #BDD67B;
}
</style>