Shades of Sulu #BDE06C
Tints of Sulu #BDE06C
RGB
CMYK
RGB Variations
Color information
#BDE06C (or 0xBDE06C) is known color: Sulu. HEX triplet: BD, E0 and 6C. RGB value is (189,224,108). Sum of RGB (Red+Green+Blue) = 189+224+108=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 224 (87.89% from 255 or 42.99% from 521); Blue value is 108 (42.58% from 255 or 20.73% from 521); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE06C is #421F93. Grayscale: #C8C8C8. Windows color (decimal): -4333460 or 7135421. OLE color: 7135421.
HSL color Cylindrical-coordinate representation of color #BDE06C: hue angle of 78.1º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDE06C is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 224 | 108 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.12 |
| HSL | 78.1º | 0.65% | 0.65% | - |
| HSV(B) | 78.1º | 0.52% | 0.88% | - |
| XYZ | 50.35 | 65.21 | 24.12 | - |
| YUV | 200.31 | 75.9 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 224 | 108 | 0.16 | 0 | 0.52 | 0.12 | 78.1 | 0.65 | 0.65 |
| Hex | BD | E0 | 6C | 10 | 0 | 34 | C | 4E | 41 | 41 |
| Octal | 275 | 340 | 154 | 20 | 0 | 64 | 14 | 116 | 101 | 101 |
| Binary | 10111101 | 11100000 | 1101100 | 10000 | 0 | 110100 | 1100 | 1001110 | 1000001 | 1000001 |
Color Harmonies of #BDE06C
Complementary color
Monochromatic Colors of #BDE06C
Black with #BDE06C
Text Example
Text Example
White with #BDE06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE06C; }
p { color: rgb(189,224,108); }
H1.HeaderClassName
{
color: #BDE06C;
}
.AnyTagClassName
{
color: #BDE06C;
}
</style>
background-color css
<style>
a { background-color: #BDE06C; }
a { background-color: rgb(189,224,108); }
div.DivClassName
{
background-color: #BDE06C;
}
.BgClassName
{
background-color: #BDE06C;
}
</style>
border-color css
<style>
span { border-color: #BDE06C; }
span { border-color: rgb(189,224,108); }
td.TdClassName
{
border-color: #BDE06C;
}
.TagClassName
{
border-color: #BDE06C;
}
</style>