Shades of Sulu #BCD67D
Tints of Sulu #BCD67D
RGB
CMYK
RGB Variations
Color information
#BCD67D (or 0xBCD67D) is known color: Sulu. HEX triplet: BC, D6 and 7D. RGB value is (188,214,125). Sum of RGB (Red+Green+Blue) = 188+214+125=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 214 (83.98% from 255 or 40.61% from 527); Blue value is 125 (49.22% from 255 or 23.72% from 527); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD67D is #432982. Grayscale: #C4C4C4. Windows color (decimal): -4401539 or 8246972. OLE color: 8246972.
HSL color Cylindrical-coordinate representation of color #BCD67D: hue angle of 77.53º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCD67D is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 125 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.16 |
| HSL | 77.53º | 0.52% | 0.66% | - |
| HSV(B) | 77.53º | 0.42% | 0.84% | - |
| XYZ | 48.49 | 60.27 | 28.48 | - |
| YUV | 196.08 | 87.89 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 125 | 0.12 | 0 | 0.42 | 0.16 | 77.53 | 0.52 | 0.66 |
| Hex | BC | D6 | 7D | C | 0 | 2A | 10 | 4E | 34 | 42 |
| Octal | 274 | 326 | 175 | 14 | 0 | 52 | 20 | 116 | 64 | 102 |
| Binary | 10111100 | 11010110 | 1111101 | 1100 | 0 | 101010 | 10000 | 1001110 | 110100 | 1000010 |
Color Harmonies of #BCD67D
Complementary color
Monochromatic Colors of #BCD67D
Black with #BCD67D
Text Example
Text Example
White with #BCD67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD67D; }
p { color: rgb(188,214,125); }
H1.HeaderClassName
{
color: #BCD67D;
}
.AnyTagClassName
{
color: #BCD67D;
}
</style>
background-color css
<style>
a { background-color: #BCD67D; }
a { background-color: rgb(188,214,125); }
div.DivClassName
{
background-color: #BCD67D;
}
.BgClassName
{
background-color: #BCD67D;
}
</style>
border-color css
<style>
span { border-color: #BCD67D; }
span { border-color: rgb(188,214,125); }
td.TdClassName
{
border-color: #BCD67D;
}
.TagClassName
{
border-color: #BCD67D;
}
</style>