Shades of Sulu #B9F26C
Tints of Sulu #B9F26C
RGB
CMYK
RGB Variations
Color information
#B9F26C (or 0xB9F26C) is known color: Sulu. HEX triplet: B9, F2 and 6C. RGB value is (185,242,108). Sum of RGB (Red+Green+Blue) = 185+242+108=535 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.58% from 535); Green value is 242 (94.92% from 255 or 45.23% from 535); Blue value is 108 (42.58% from 255 or 20.19% from 535); Max value from RGB is 242 - color contains mainly: green. Hex color #B9F26C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F26C is #460D93. Grayscale: #D2D2D2. Windows color (decimal): -4590996 or 7140025. OLE color: 7140025.
HSL color Cylindrical-coordinate representation of color #B9F26C: hue angle of 85.52º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B9F26C is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 242 | 108 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.05 |
| HSL | 85.52º | 0.84% | 0.69% | - |
| HSV(B) | 85.52º | 0.55% | 0.95% | - |
| XYZ | 54.47 | 74.9 | 25.77 | - |
| YUV | 209.68 | 70.62 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 242 | 108 | 0.24 | 0 | 0.55 | 0.05 | 85.52 | 0.84 | 0.69 |
| Hex | B9 | F2 | 6C | 18 | 0 | 37 | 5 | 56 | 54 | 45 |
| Octal | 271 | 362 | 154 | 30 | 0 | 67 | 5 | 126 | 124 | 105 |
| Binary | 10111001 | 11110010 | 1101100 | 11000 | 0 | 110111 | 101 | 1010110 | 1010100 | 1000101 |
Color Harmonies of #B9F26C
Complementary color
Monochromatic Colors of #B9F26C
Black with #B9F26C
Text Example
Text Example
White with #B9F26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F26C; }
p { color: rgb(185,242,108); }
H1.HeaderClassName
{
color: #B9F26C;
}
.AnyTagClassName
{
color: #B9F26C;
}
</style>
background-color css
<style>
a { background-color: #B9F26C; }
a { background-color: rgb(185,242,108); }
div.DivClassName
{
background-color: #B9F26C;
}
.BgClassName
{
background-color: #B9F26C;
}
</style>
border-color css
<style>
span { border-color: #B9F26C; }
span { border-color: rgb(185,242,108); }
td.TdClassName
{
border-color: #B9F26C;
}
.TagClassName
{
border-color: #B9F26C;
}
</style>