Shades of Sulu #BDDC6D
Tints of Sulu #BDDC6D
RGB
CMYK
RGB Variations
Color information
#BDDC6D (or 0xBDDC6D) is known color: Sulu. HEX triplet: BD, DC and 6D. RGB value is (189,220,109). Sum of RGB (Red+Green+Blue) = 189+220+109=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 109 (42.97% from 255 or 21.04% from 518); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDC6D is #422392. Grayscale: #C6C6C6. Windows color (decimal): -4334483 or 7199933. OLE color: 7199933.
HSL color Cylindrical-coordinate representation of color #BDDC6D: hue angle of 76.76º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDDC6D is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 109 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.14 |
| HSL | 76.76º | 0.61% | 0.65% | - |
| HSV(B) | 76.76º | 0.5% | 0.86% | - |
| XYZ | 49.34 | 63.11 | 24.05 | - |
| YUV | 198.08 | 77.73 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 109 | 0.14 | 0 | 0.50 | 0.14 | 76.76 | 0.61 | 0.65 |
| Hex | BD | DC | 6D | E | 0 | 32 | E | 4D | 3D | 41 |
| Octal | 275 | 334 | 155 | 16 | 0 | 62 | 16 | 115 | 75 | 101 |
| Binary | 10111101 | 11011100 | 1101101 | 1110 | 0 | 110010 | 1110 | 1001101 | 111101 | 1000001 |
Color Harmonies of #BDDC6D
Complementary color
Monochromatic Colors of #BDDC6D
Black with #BDDC6D
Text Example
Text Example
White with #BDDC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDC6D; }
p { color: rgb(189,220,109); }
H1.HeaderClassName
{
color: #BDDC6D;
}
.AnyTagClassName
{
color: #BDDC6D;
}
</style>
background-color css
<style>
a { background-color: #BDDC6D; }
a { background-color: rgb(189,220,109); }
div.DivClassName
{
background-color: #BDDC6D;
}
.BgClassName
{
background-color: #BDDC6D;
}
</style>
border-color css
<style>
span { border-color: #BDDC6D; }
span { border-color: rgb(189,220,109); }
td.TdClassName
{
border-color: #BDDC6D;
}
.TagClassName
{
border-color: #BDDC6D;
}
</style>