Shades of Sulu #BDDA7C
Tints of Sulu #BDDA7C
RGB
CMYK
RGB Variations
Color information
#BDDA7C (or 0xBDDA7C) is known color: Sulu. HEX triplet: BD, DA and 7C. RGB value is (189,218,124). Sum of RGB (Red+Green+Blue) = 189+218+124=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 124 (48.83% from 255 or 23.35% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDA7C is #422583. Grayscale: #C6C6C6. Windows color (decimal): -4334980 or 8182461. OLE color: 8182461.
HSL color Cylindrical-coordinate representation of color #BDDA7C: hue angle of 78.51º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDDA7C is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 218 | 124 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.15 |
| HSL | 78.51º | 0.56% | 0.67% | - |
| HSV(B) | 78.51º | 0.43% | 0.85% | - |
| XYZ | 49.7 | 62.42 | 28.5 | - |
| YUV | 198.61 | 85.89 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 124 | 0.13 | 0 | 0.43 | 0.15 | 78.51 | 0.56 | 0.67 |
| Hex | BD | DA | 7C | D | 0 | 2B | F | 4F | 38 | 43 |
| Octal | 275 | 332 | 174 | 15 | 0 | 53 | 17 | 117 | 70 | 103 |
| Binary | 10111101 | 11011010 | 1111100 | 1101 | 0 | 101011 | 1111 | 1001111 | 111000 | 1000011 |
Color Harmonies of #BDDA7C
Complementary color
Monochromatic Colors of #BDDA7C
Black with #BDDA7C
Text Example
Text Example
White with #BDDA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDA7C; }
p { color: rgb(189,218,124); }
H1.HeaderClassName
{
color: #BDDA7C;
}
.AnyTagClassName
{
color: #BDDA7C;
}
</style>
background-color css
<style>
a { background-color: #BDDA7C; }
a { background-color: rgb(189,218,124); }
div.DivClassName
{
background-color: #BDDA7C;
}
.BgClassName
{
background-color: #BDDA7C;
}
</style>
border-color css
<style>
span { border-color: #BDDA7C; }
span { border-color: rgb(189,218,124); }
td.TdClassName
{
border-color: #BDDA7C;
}
.TagClassName
{
border-color: #BDDA7C;
}
</style>