Shades of Sulu #BDDF6C
Tints of Sulu #BDDF6C
RGB
CMYK
RGB Variations
Color information
#BDDF6C (or 0xBDDF6C) is known color: Sulu. HEX triplet: BD, DF and 6C. RGB value is (189,223,108). Sum of RGB (Red+Green+Blue) = 189+223+108=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 108 (42.58% from 255 or 20.77% from 520); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDF6C is #422093. Grayscale: #C8C8C8. Windows color (decimal): -4333716 or 7135165. OLE color: 7135165.
HSL color Cylindrical-coordinate representation of color #BDDF6C: hue angle of 77.74º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDDF6C is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 108 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.13 |
| HSL | 77.74º | 0.64% | 0.65% | - |
| HSV(B) | 77.74º | 0.52% | 0.87% | - |
| XYZ | 50.08 | 64.68 | 24.03 | - |
| YUV | 199.72 | 76.24 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 108 | 0.15 | 0 | 0.52 | 0.13 | 77.74 | 0.64 | 0.65 |
| Hex | BD | DF | 6C | F | 0 | 34 | D | 4E | 40 | 41 |
| Octal | 275 | 337 | 154 | 17 | 0 | 64 | 15 | 116 | 100 | 101 |
| Binary | 10111101 | 11011111 | 1101100 | 1111 | 0 | 110100 | 1101 | 1001110 | 1000000 | 1000001 |
Color Harmonies of #BDDF6C
Complementary color
Monochromatic Colors of #BDDF6C
Black with #BDDF6C
Text Example
Text Example
White with #BDDF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDF6C; }
p { color: rgb(189,223,108); }
H1.HeaderClassName
{
color: #BDDF6C;
}
.AnyTagClassName
{
color: #BDDF6C;
}
</style>
background-color css
<style>
a { background-color: #BDDF6C; }
a { background-color: rgb(189,223,108); }
div.DivClassName
{
background-color: #BDDF6C;
}
.BgClassName
{
background-color: #BDDF6C;
}
</style>
border-color css
<style>
span { border-color: #BDDF6C; }
span { border-color: rgb(189,223,108); }
td.TdClassName
{
border-color: #BDDF6C;
}
.TagClassName
{
border-color: #BDDF6C;
}
</style>