Shades of Sulu #BCDB75
Tints of Sulu #BCDB75
RGB
CMYK
RGB Variations
Color information
#BCDB75 (or 0xBCDB75) is known color: Sulu. HEX triplet: BC, DB and 75. RGB value is (188,219,117). Sum of RGB (Red+Green+Blue) = 188+219+117=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 117 (46.09% from 255 or 22.33% from 524); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDB75 is #43248A. Grayscale: #C6C6C6. Windows color (decimal): -4400267 or 7723964. OLE color: 7723964.
HSL color Cylindrical-coordinate representation of color #BCDB75: hue angle of 78.24º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCDB75 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 117 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.14 |
| HSL | 78.24º | 0.59% | 0.66% | - |
| HSV(B) | 78.24º | 0.47% | 0.86% | - |
| XYZ | 49.28 | 62.64 | 26.32 | - |
| YUV | 198.1 | 82.23 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 117 | 0.14 | 0 | 0.47 | 0.14 | 78.24 | 0.59 | 0.66 |
| Hex | BC | DB | 75 | E | 0 | 2F | E | 4E | 3B | 42 |
| Octal | 274 | 333 | 165 | 16 | 0 | 57 | 16 | 116 | 73 | 102 |
| Binary | 10111100 | 11011011 | 1110101 | 1110 | 0 | 101111 | 1110 | 1001110 | 111011 | 1000010 |
Color Harmonies of #BCDB75
Complementary color
Monochromatic Colors of #BCDB75
Black with #BCDB75
Text Example
Text Example
White with #BCDB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDB75; }
p { color: rgb(188,219,117); }
H1.HeaderClassName
{
color: #BCDB75;
}
.AnyTagClassName
{
color: #BCDB75;
}
</style>
background-color css
<style>
a { background-color: #BCDB75; }
a { background-color: rgb(188,219,117); }
div.DivClassName
{
background-color: #BCDB75;
}
.BgClassName
{
background-color: #BCDB75;
}
</style>
border-color css
<style>
span { border-color: #BCDB75; }
span { border-color: rgb(188,219,117); }
td.TdClassName
{
border-color: #BCDB75;
}
.TagClassName
{
border-color: #BCDB75;
}
</style>