Shades of Gum Leaf #B3C4B5
Tints of Gum Leaf #B3C4B5
RGB
CMYK
RGB Variations
Color information
#B3C4B5 (or 0xB3C4B5) is known color: Gum Leaf. HEX triplet: B3, C4 and B5. RGB value is (179,196,181). Sum of RGB (Red+Green+Blue) = 179+196+181=556 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.19% from 556); Green value is 196 (76.95% from 255 or 35.25% from 556); Blue value is 181 (71.09% from 255 or 32.55% from 556); Max value from RGB is 196 - color contains mainly: green. Hex color #B3C4B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C4B5 is #4C3B4A. Grayscale: #BDBDBD. Windows color (decimal): -4995915 or 11912371. OLE color: 11912371.
HSL color Cylindrical-coordinate representation of color #B3C4B5: hue angle of 127.06º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B3C4B5 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 196 | 181 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.23 |
| HSL | 127.06º | 0.13% | 0.74% | - |
| HSV(B) | 127.06º | 0.09% | 0.77% | - |
| XYZ | 46.67 | 52.4 | 51.37 | - |
| YUV | 189.21 | 123.37 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 196 | 181 | 0.09 | 0 | 0.08 | 0.23 | 127.06 | 0.13 | 0.74 |
| Hex | B3 | C4 | B5 | 9 | 0 | 8 | 17 | 7F | D | 4A |
| Octal | 263 | 304 | 265 | 11 | 0 | 10 | 27 | 177 | 15 | 112 |
| Binary | 10110011 | 11000100 | 10110101 | 1001 | 0 | 1000 | 10111 | 1111111 | 1101 | 1001010 |
Color Harmonies of #B3C4B5
Complementary color
Monochromatic Colors of #B3C4B5
Black with #B3C4B5
Text Example
Text Example
White with #B3C4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C4B5; }
p { color: rgb(179,196,181); }
H1.HeaderClassName
{
color: #B3C4B5;
}
.AnyTagClassName
{
color: #B3C4B5;
}
</style>
background-color css
<style>
a { background-color: #B3C4B5; }
a { background-color: rgb(179,196,181); }
div.DivClassName
{
background-color: #B3C4B5;
}
.BgClassName
{
background-color: #B3C4B5;
}
</style>
border-color css
<style>
span { border-color: #B3C4B5; }
span { border-color: rgb(179,196,181); }
td.TdClassName
{
border-color: #B3C4B5;
}
.TagClassName
{
border-color: #B3C4B5;
}
</style>