Shades of Conifer #B2DA5B
Tints of Conifer #B2DA5B
RGB
CMYK
RGB Variations
Color information
#B2DA5B (or 0xB2DA5B) is known color: Conifer. HEX triplet: B2, DA and 5B. RGB value is (178,218,91). Sum of RGB (Red+Green+Blue) = 178+218+91=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 91 (35.94% from 255 or 18.69% from 487); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DA5B is #4D25A4. Grayscale: #C0C0C0. Windows color (decimal): -5055909 or 6019762. OLE color: 6019762.
HSL color Cylindrical-coordinate representation of color #B2DA5B: hue angle of 78.9º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2DA5B is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 218 | 91 | - |
| CMYK | 0.18 | 0 | 0.58 | 0.15 |
| HSL | 78.9º | 0.63% | 0.61% | - |
| HSV(B) | 78.9º | 0.58% | 0.85% | - |
| XYZ | 45.32 | 60.36 | 19.16 | - |
| YUV | 191.56 | 71.25 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 218 | 91 | 0.18 | 0 | 0.58 | 0.15 | 78.9 | 0.63 | 0.61 |
| Hex | B2 | DA | 5B | 12 | 0 | 3A | F | 4F | 3F | 3D |
| Octal | 262 | 332 | 133 | 22 | 0 | 72 | 17 | 117 | 77 | 75 |
| Binary | 10110010 | 11011010 | 1011011 | 10010 | 0 | 111010 | 1111 | 1001111 | 111111 | 111101 |
Color Harmonies of #B2DA5B
Complementary color
Monochromatic Colors of #B2DA5B
Black with #B2DA5B
Text Example
Text Example
White with #B2DA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DA5B; }
p { color: rgb(178,218,91); }
H1.HeaderClassName
{
color: #B2DA5B;
}
.AnyTagClassName
{
color: #B2DA5B;
}
</style>
background-color css
<style>
a { background-color: #B2DA5B; }
a { background-color: rgb(178,218,91); }
div.DivClassName
{
background-color: #B2DA5B;
}
.BgClassName
{
background-color: #B2DA5B;
}
</style>
border-color css
<style>
span { border-color: #B2DA5B; }
span { border-color: rgb(178,218,91); }
td.TdClassName
{
border-color: #B2DA5B;
}
.TagClassName
{
border-color: #B2DA5B;
}
</style>