Shades of Sulu #BCEA74
Tints of Sulu #BCEA74
RGB
CMYK
RGB Variations
Color information
#BCEA74 (or 0xBCEA74) is known color: Sulu. HEX triplet: BC, EA and 74. RGB value is (188,234,116). Sum of RGB (Red+Green+Blue) = 188+234+116=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 234 (91.80% from 255 or 43.49% from 538); Blue value is 116 (45.70% from 255 or 21.56% from 538); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEA74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEA74 is #43158B. Grayscale: #CFCFCF. Windows color (decimal): -4396428 or 7662268. OLE color: 7662268.
HSL color Cylindrical-coordinate representation of color #BCEA74: hue angle of 83.39º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCEA74 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 234 | 116 | - |
| CMYK | 0.20 | 0 | 0.50 | 0.08 |
| HSL | 83.39º | 0.74% | 0.69% | - |
| HSV(B) | 83.39º | 0.5% | 0.92% | - |
| XYZ | 53.31 | 70.8 | 27.38 | - |
| YUV | 206.79 | 76.76 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 234 | 116 | 0.20 | 0 | 0.50 | 0.08 | 83.39 | 0.74 | 0.69 |
| Hex | BC | EA | 74 | 14 | 0 | 32 | 8 | 53 | 4A | 45 |
| Octal | 274 | 352 | 164 | 24 | 0 | 62 | 10 | 123 | 112 | 105 |
| Binary | 10111100 | 11101010 | 1110100 | 10100 | 0 | 110010 | 1000 | 1010011 | 1001010 | 1000101 |
Color Harmonies of #BCEA74
Complementary color
Monochromatic Colors of #BCEA74
Black with #BCEA74
Text Example
Text Example
White with #BCEA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEA74; }
p { color: rgb(188,234,116); }
H1.HeaderClassName
{
color: #BCEA74;
}
.AnyTagClassName
{
color: #BCEA74;
}
</style>
background-color css
<style>
a { background-color: #BCEA74; }
a { background-color: rgb(188,234,116); }
div.DivClassName
{
background-color: #BCEA74;
}
.BgClassName
{
background-color: #BCEA74;
}
</style>
border-color css
<style>
span { border-color: #BCEA74; }
span { border-color: rgb(188,234,116); }
td.TdClassName
{
border-color: #BCEA74;
}
.TagClassName
{
border-color: #BCEA74;
}
</style>