Shades of Sulu #BDDA7A
Tints of Sulu #BDDA7A
RGB
CMYK
RGB Variations
Color information
#BDDA7A (or 0xBDDA7A) is known color: Sulu. HEX triplet: BD, DA and 7A. RGB value is (189,218,122). Sum of RGB (Red+Green+Blue) = 189+218+122=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 122 (48.05% from 255 or 23.06% from 529); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDA7A is #422585. Grayscale: #C6C6C6. Windows color (decimal): -4334982 or 8051389. OLE color: 8051389.
HSL color Cylindrical-coordinate representation of color #BDDA7A: hue angle of 78.12º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDDA7A is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 218 | 122 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.15 |
| HSL | 78.12º | 0.56% | 0.67% | - |
| HSV(B) | 78.12º | 0.44% | 0.85% | - |
| XYZ | 49.57 | 62.37 | 27.84 | - |
| YUV | 198.39 | 84.89 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 122 | 0.13 | 0 | 0.44 | 0.15 | 78.12 | 0.56 | 0.67 |
| Hex | BD | DA | 7A | D | 0 | 2C | F | 4E | 38 | 43 |
| Octal | 275 | 332 | 172 | 15 | 0 | 54 | 17 | 116 | 70 | 103 |
| Binary | 10111101 | 11011010 | 1111010 | 1101 | 0 | 101100 | 1111 | 1001110 | 111000 | 1000011 |
Color Harmonies of #BDDA7A
Complementary color
Monochromatic Colors of #BDDA7A
Black with #BDDA7A
Text Example
Text Example
White with #BDDA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDA7A; }
p { color: rgb(189,218,122); }
H1.HeaderClassName
{
color: #BDDA7A;
}
.AnyTagClassName
{
color: #BDDA7A;
}
</style>
background-color css
<style>
a { background-color: #BDDA7A; }
a { background-color: rgb(189,218,122); }
div.DivClassName
{
background-color: #BDDA7A;
}
.BgClassName
{
background-color: #BDDA7A;
}
</style>
border-color css
<style>
span { border-color: #BDDA7A; }
span { border-color: rgb(189,218,122); }
td.TdClassName
{
border-color: #BDDA7A;
}
.TagClassName
{
border-color: #BDDA7A;
}
</style>