Shades of Sulu #B9DC74
Tints of Sulu #B9DC74
RGB
CMYK
RGB Variations
Color information
#B9DC74 (or 0xB9DC74) is known color: Sulu. HEX triplet: B9, DC and 74. RGB value is (185,220,116). Sum of RGB (Red+Green+Blue) = 185+220+116=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 116 (45.70% from 255 or 22.26% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DC74 is #46238B. Grayscale: #C6C6C6. Windows color (decimal): -4596620 or 7658681. OLE color: 7658681.
HSL color Cylindrical-coordinate representation of color #B9DC74: hue angle of 80.19º degrees, saturation: 0.6, 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 #B9DC74 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 220 | 116 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.14 |
| HSL | 80.19º | 0.6% | 0.66% | - |
| HSV(B) | 80.19º | 0.47% | 0.86% | - |
| XYZ | 48.75 | 62.76 | 26.07 | - |
| YUV | 197.68 | 81.9 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 220 | 116 | 0.16 | 0 | 0.47 | 0.14 | 80.19 | 0.6 | 0.66 |
| Hex | B9 | DC | 74 | 10 | 0 | 2F | E | 50 | 3C | 42 |
| Octal | 271 | 334 | 164 | 20 | 0 | 57 | 16 | 120 | 74 | 102 |
| Binary | 10111001 | 11011100 | 1110100 | 10000 | 0 | 101111 | 1110 | 1010000 | 111100 | 1000010 |
Color Harmonies of #B9DC74
Complementary color
Monochromatic Colors of #B9DC74
Black with #B9DC74
Text Example
Text Example
White with #B9DC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DC74; }
p { color: rgb(185,220,116); }
H1.HeaderClassName
{
color: #B9DC74;
}
.AnyTagClassName
{
color: #B9DC74;
}
</style>
background-color css
<style>
a { background-color: #B9DC74; }
a { background-color: rgb(185,220,116); }
div.DivClassName
{
background-color: #B9DC74;
}
.BgClassName
{
background-color: #B9DC74;
}
</style>
border-color css
<style>
span { border-color: #B9DC74; }
span { border-color: rgb(185,220,116); }
td.TdClassName
{
border-color: #B9DC74;
}
.TagClassName
{
border-color: #B9DC74;
}
</style>