Shades of Celadon #B9F4B5
Tints of Celadon #B9F4B5
RGB
CMYK
RGB Variations
Color information
#B9F4B5 (or 0xB9F4B5) is known color: Celadon. HEX triplet: B9, F4 and B5. RGB value is (185,244,181). Sum of RGB (Red+Green+Blue) = 185+244+181=610 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.33% from 610); Green value is 244 (95.70% from 255 or 40% from 610); Blue value is 181 (71.09% from 255 or 29.67% from 610); Max value from RGB is 244 - color contains mainly: green. Hex color #B9F4B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F4B5 is #460B4A. Grayscale: #DBDBDB. Windows color (decimal): -4590411 or 11924665. OLE color: 11924665.
HSL color Cylindrical-coordinate representation of color #B9F4B5: hue angle of 116.19º degrees, saturation: 0.74, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9F4B5 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 244 | 181 | - |
| CMYK | 0.24 | 0 | 0.26 | 0.04 |
| HSL | 116.19º | 0.74% | 0.83% | - |
| HSV(B) | 116.19º | 0.26% | 0.96% | - |
| XYZ | 60.7 | 78.35 | 55.64 | - |
| YUV | 219.18 | 106.45 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 244 | 181 | 0.24 | 0 | 0.26 | 0.04 | 116.19 | 0.74 | 0.83 |
| Hex | B9 | F4 | B5 | 18 | 0 | 1A | 4 | 74 | 4A | 53 |
| Octal | 271 | 364 | 265 | 30 | 0 | 32 | 4 | 164 | 112 | 123 |
| Binary | 10111001 | 11110100 | 10110101 | 11000 | 0 | 11010 | 100 | 1110100 | 1001010 | 1010011 |
Color Harmonies of #B9F4B5
Complementary color
Monochromatic Colors of #B9F4B5
Black with #B9F4B5
Text Example
Text Example
White with #B9F4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F4B5; }
p { color: rgb(185,244,181); }
H1.HeaderClassName
{
color: #B9F4B5;
}
.AnyTagClassName
{
color: #B9F4B5;
}
</style>
background-color css
<style>
a { background-color: #B9F4B5; }
a { background-color: rgb(185,244,181); }
div.DivClassName
{
background-color: #B9F4B5;
}
.BgClassName
{
background-color: #B9F4B5;
}
</style>
border-color css
<style>
span { border-color: #B9F4B5; }
span { border-color: rgb(185,244,181); }
td.TdClassName
{
border-color: #B9F4B5;
}
.TagClassName
{
border-color: #B9F4B5;
}
</style>