Shades of Sulu #BCD67A
Tints of Sulu #BCD67A
RGB
CMYK
RGB Variations
Color information
#BCD67A (or 0xBCD67A) is known color: Sulu. HEX triplet: BC, D6 and 7A. RGB value is (188,214,122). Sum of RGB (Red+Green+Blue) = 188+214+122=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 122 (48.05% from 255 or 23.28% from 524); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD67A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD67A is #432985. Grayscale: #C4C4C4. Windows color (decimal): -4401542 or 8050364. OLE color: 8050364.
HSL color Cylindrical-coordinate representation of color #BCD67A: hue angle of 76.96º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCD67A is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 122 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.16 |
| HSL | 76.96º | 0.53% | 0.66% | - |
| HSV(B) | 76.96º | 0.43% | 0.84% | - |
| XYZ | 48.3 | 60.19 | 27.48 | - |
| YUV | 195.74 | 86.39 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 122 | 0.12 | 0 | 0.43 | 0.16 | 76.96 | 0.53 | 0.66 |
| Hex | BC | D6 | 7A | C | 0 | 2B | 10 | 4D | 35 | 42 |
| Octal | 274 | 326 | 172 | 14 | 0 | 53 | 20 | 115 | 65 | 102 |
| Binary | 10111100 | 11010110 | 1111010 | 1100 | 0 | 101011 | 10000 | 1001101 | 110101 | 1000010 |
Color Harmonies of #BCD67A
Complementary color
Monochromatic Colors of #BCD67A
Black with #BCD67A
Text Example
Text Example
White with #BCD67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD67A; }
p { color: rgb(188,214,122); }
H1.HeaderClassName
{
color: #BCD67A;
}
.AnyTagClassName
{
color: #BCD67A;
}
</style>
background-color css
<style>
a { background-color: #BCD67A; }
a { background-color: rgb(188,214,122); }
div.DivClassName
{
background-color: #BCD67A;
}
.BgClassName
{
background-color: #BCD67A;
}
</style>
border-color css
<style>
span { border-color: #BCD67A; }
span { border-color: rgb(188,214,122); }
td.TdClassName
{
border-color: #BCD67A;
}
.TagClassName
{
border-color: #BCD67A;
}
</style>