Shades of Celadon #B4E9B3
Tints of Celadon #B4E9B3
RGB
CMYK
RGB Variations
Color information
#B4E9B3 (or 0xB4E9B3) is known color: Celadon. HEX triplet: B4, E9 and B3. RGB value is (180,233,179). Sum of RGB (Red+Green+Blue) = 180+233+179=592 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.41% from 592); Green value is 233 (91.41% from 255 or 39.36% from 592); Blue value is 179 (70.31% from 255 or 30.24% from 592); Max value from RGB is 233 - color contains mainly: green. Hex color #B4E9B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4E9B3 is #4B164C. Grayscale: #D3D3D3. Windows color (decimal): -4920909 or 11790772. OLE color: 11790772.
HSL color Cylindrical-coordinate representation of color #B4E9B3: hue angle of 118.89º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4E9B3 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 233 | 179 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.09 |
| HSL | 118.89º | 0.55% | 0.81% | - |
| HSV(B) | 118.89º | 0.23% | 0.91% | - |
| XYZ | 56.1 | 71.24 | 53.44 | - |
| YUV | 211 | 109.94 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 233 | 179 | 0.23 | 0 | 0.23 | 0.09 | 118.89 | 0.55 | 0.81 |
| Hex | B4 | E9 | B3 | 17 | 0 | 17 | 9 | 77 | 37 | 51 |
| Octal | 264 | 351 | 263 | 27 | 0 | 27 | 11 | 167 | 67 | 121 |
| Binary | 10110100 | 11101001 | 10110011 | 10111 | 0 | 10111 | 1001 | 1110111 | 110111 | 1010001 |
Color Harmonies of #B4E9B3
Complementary color
Monochromatic Colors of #B4E9B3
Black with #B4E9B3
Text Example
Text Example
White with #B4E9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E9B3; }
p { color: rgb(180,233,179); }
H1.HeaderClassName
{
color: #B4E9B3;
}
.AnyTagClassName
{
color: #B4E9B3;
}
</style>
background-color css
<style>
a { background-color: #B4E9B3; }
a { background-color: rgb(180,233,179); }
div.DivClassName
{
background-color: #B4E9B3;
}
.BgClassName
{
background-color: #B4E9B3;
}
</style>
border-color css
<style>
span { border-color: #B4E9B3; }
span { border-color: rgb(180,233,179); }
td.TdClassName
{
border-color: #B4E9B3;
}
.TagClassName
{
border-color: #B4E9B3;
}
</style>