Shades of Sulu #BDD67A
Tints of Sulu #BDD67A
RGB
CMYK
RGB Variations
Color information
#BDD67A (or 0xBDD67A) is known color: Sulu. HEX triplet: BD, D6 and 7A. RGB value is (189,214,122). Sum of RGB (Red+Green+Blue) = 189+214+122=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 214 (83.98% from 255 or 40.76% from 525); Blue value is 122 (48.05% from 255 or 23.24% from 525); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD67A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD67A is #422985. Grayscale: #C4C4C4. Windows color (decimal): -4336006 or 8050365. OLE color: 8050365.
HSL color Cylindrical-coordinate representation of color #BDD67A: hue angle of 76.3º 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 #BDD67A is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 214 | 122 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.16 |
| HSL | 76.3º | 0.53% | 0.66% | - |
| HSV(B) | 76.3º | 0.43% | 0.84% | - |
| XYZ | 48.55 | 60.32 | 27.5 | - |
| YUV | 196.04 | 86.22 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 214 | 122 | 0.12 | 0 | 0.43 | 0.16 | 76.3 | 0.53 | 0.66 |
| Hex | BD | D6 | 7A | C | 0 | 2B | 10 | 4C | 35 | 42 |
| Octal | 275 | 326 | 172 | 14 | 0 | 53 | 20 | 114 | 65 | 102 |
| Binary | 10111101 | 11010110 | 1111010 | 1100 | 0 | 101011 | 10000 | 1001100 | 110101 | 1000010 |
Color Harmonies of #BDD67A
Complementary color
Monochromatic Colors of #BDD67A
Black with #BDD67A
Text Example
Text Example
White with #BDD67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD67A; }
p { color: rgb(189,214,122); }
H1.HeaderClassName
{
color: #BDD67A;
}
.AnyTagClassName
{
color: #BDD67A;
}
</style>
background-color css
<style>
a { background-color: #BDD67A; }
a { background-color: rgb(189,214,122); }
div.DivClassName
{
background-color: #BDD67A;
}
.BgClassName
{
background-color: #BDD67A;
}
</style>
border-color css
<style>
span { border-color: #BDD67A; }
span { border-color: rgb(189,214,122); }
td.TdClassName
{
border-color: #BDD67A;
}
.TagClassName
{
border-color: #BDD67A;
}
</style>