Shades of Sulu #BDDA8A
Tints of Sulu #BDDA8A
RGB
CMYK
RGB Variations
Color information
#BDDA8A (or 0xBDDA8A) is known color: Sulu. HEX triplet: BD, DA and 8A. RGB value is (189,218,138). Sum of RGB (Red+Green+Blue) = 189+218+138=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 138 (54.30% from 255 or 25.32% from 545); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDA8A is #422575. Grayscale: #C8C8C8. Windows color (decimal): -4334966 or 9099965. OLE color: 9099965.
HSL color Cylindrical-coordinate representation of color #BDDA8A: hue angle of 81.75º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDDA8A is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 218 | 138 | - |
| CMYK | 0.13 | 0 | 0.37 | 0.15 |
| HSL | 81.75º | 0.52% | 0.7% | - |
| HSV(B) | 81.75º | 0.37% | 0.85% | - |
| XYZ | 50.65 | 62.8 | 33.5 | - |
| YUV | 200.21 | 92.89 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 138 | 0.13 | 0 | 0.37 | 0.15 | 81.75 | 0.52 | 0.7 |
| Hex | BD | DA | 8A | D | 0 | 25 | F | 52 | 34 | 46 |
| Octal | 275 | 332 | 212 | 15 | 0 | 45 | 17 | 122 | 64 | 106 |
| Binary | 10111101 | 11011010 | 10001010 | 1101 | 0 | 100101 | 1111 | 1010010 | 110100 | 1000110 |
Color Harmonies of #BDDA8A
Complementary color
Monochromatic Colors of #BDDA8A
Black with #BDDA8A
Text Example
Text Example
White with #BDDA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDA8A; }
p { color: rgb(189,218,138); }
H1.HeaderClassName
{
color: #BDDA8A;
}
.AnyTagClassName
{
color: #BDDA8A;
}
</style>
background-color css
<style>
a { background-color: #BDDA8A; }
a { background-color: rgb(189,218,138); }
div.DivClassName
{
background-color: #BDDA8A;
}
.BgClassName
{
background-color: #BDDA8A;
}
</style>
border-color css
<style>
span { border-color: #BDDA8A; }
span { border-color: rgb(189,218,138); }
td.TdClassName
{
border-color: #BDDA8A;
}
.TagClassName
{
border-color: #BDDA8A;
}
</style>