Shades of Sulu #BCD67C
Tints of Sulu #BCD67C
RGB
CMYK
RGB Variations
Color information
#BCD67C (or 0xBCD67C) is known color: Sulu. HEX triplet: BC, D6 and 7C. RGB value is (188,214,124). Sum of RGB (Red+Green+Blue) = 188+214+124=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 214 (83.98% from 255 or 40.68% from 526); Blue value is 124 (48.83% from 255 or 23.57% from 526); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD67C is #432983. Grayscale: #C4C4C4. Windows color (decimal): -4401540 or 8181436. OLE color: 8181436.
HSL color Cylindrical-coordinate representation of color #BCD67C: hue angle of 77.33º 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 #BCD67C is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 124 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.16 |
| HSL | 77.33º | 0.52% | 0.66% | - |
| HSV(B) | 77.33º | 0.42% | 0.84% | - |
| XYZ | 48.42 | 60.24 | 28.14 | - |
| YUV | 195.97 | 87.39 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 124 | 0.12 | 0 | 0.42 | 0.16 | 77.33 | 0.52 | 0.66 |
| Hex | BC | D6 | 7C | C | 0 | 2A | 10 | 4D | 34 | 42 |
| Octal | 274 | 326 | 174 | 14 | 0 | 52 | 20 | 115 | 64 | 102 |
| Binary | 10111100 | 11010110 | 1111100 | 1100 | 0 | 101010 | 10000 | 1001101 | 110100 | 1000010 |
Color Harmonies of #BCD67C
Complementary color
Monochromatic Colors of #BCD67C
Black with #BCD67C
Text Example
Text Example
White with #BCD67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD67C; }
p { color: rgb(188,214,124); }
H1.HeaderClassName
{
color: #BCD67C;
}
.AnyTagClassName
{
color: #BCD67C;
}
</style>
background-color css
<style>
a { background-color: #BCD67C; }
a { background-color: rgb(188,214,124); }
div.DivClassName
{
background-color: #BCD67C;
}
.BgClassName
{
background-color: #BCD67C;
}
</style>
border-color css
<style>
span { border-color: #BCD67C; }
span { border-color: rgb(188,214,124); }
td.TdClassName
{
border-color: #BCD67C;
}
.TagClassName
{
border-color: #BCD67C;
}
</style>