Shades of Sulu #BDD97A
Tints of Sulu #BDD97A
RGB
CMYK
RGB Variations
Color information
#BDD97A (or 0xBDD97A) is known color: Sulu. HEX triplet: BD, D9 and 7A. RGB value is (189,217,122). Sum of RGB (Red+Green+Blue) = 189+217+122=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 122 (48.05% from 255 or 23.11% from 528); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD97A is #422685. Grayscale: #C6C6C6. Windows color (decimal): -4335238 or 8051133. OLE color: 8051133.
HSL color Cylindrical-coordinate representation of color #BDD97A: hue angle of 77.68º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDD97A is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 217 | 122 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.15 |
| HSL | 77.68º | 0.56% | 0.66% | - |
| HSV(B) | 77.68º | 0.44% | 0.85% | - |
| XYZ | 49.31 | 61.85 | 27.75 | - |
| YUV | 197.8 | 85.22 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 122 | 0.13 | 0 | 0.44 | 0.15 | 77.68 | 0.56 | 0.66 |
| Hex | BD | D9 | 7A | D | 0 | 2C | F | 4E | 38 | 42 |
| Octal | 275 | 331 | 172 | 15 | 0 | 54 | 17 | 116 | 70 | 102 |
| Binary | 10111101 | 11011001 | 1111010 | 1101 | 0 | 101100 | 1111 | 1001110 | 111000 | 1000010 |
Color Harmonies of #BDD97A
Complementary color
Monochromatic Colors of #BDD97A
Black with #BDD97A
Text Example
Text Example
White with #BDD97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD97A; }
p { color: rgb(189,217,122); }
H1.HeaderClassName
{
color: #BDD97A;
}
.AnyTagClassName
{
color: #BDD97A;
}
</style>
background-color css
<style>
a { background-color: #BDD97A; }
a { background-color: rgb(189,217,122); }
div.DivClassName
{
background-color: #BDD97A;
}
.BgClassName
{
background-color: #BDD97A;
}
</style>
border-color css
<style>
span { border-color: #BDD97A; }
span { border-color: rgb(189,217,122); }
td.TdClassName
{
border-color: #BDD97A;
}
.TagClassName
{
border-color: #BDD97A;
}
</style>