Shades of Conifer #B6D55C
Tints of Conifer #B6D55C
RGB
CMYK
RGB Variations
Color information
#B6D55C (or 0xB6D55C) is known color: Conifer. HEX triplet: B6, D5 and 5C. RGB value is (182,213,92). Sum of RGB (Red+Green+Blue) = 182+213+92=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 213 (83.59% from 255 or 43.74% from 487); Blue value is 92 (36.33% from 255 or 18.89% from 487); Max value from RGB is 213 - color contains mainly: green. Hex color #B6D55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D55C is #492AA3. Grayscale: #BEBEBE. Windows color (decimal): -4795044 or 6084022. OLE color: 6084022.
HSL color Cylindrical-coordinate representation of color #B6D55C: hue angle of 75.37º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B6D55C is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 182 | 213 | 92 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.16 |
| HSL | 75.37º | 0.59% | 0.6% | - |
| HSV(B) | 75.37º | 0.57% | 0.84% | - |
| XYZ | 45.02 | 58.31 | 19.01 | - |
| YUV | 189.94 | 72.73 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 213 | 92 | 0.15 | 0 | 0.57 | 0.16 | 75.37 | 0.59 | 0.6 |
| Hex | B6 | D5 | 5C | F | 0 | 39 | 10 | 4B | 3B | 3C |
| Octal | 266 | 325 | 134 | 17 | 0 | 71 | 20 | 113 | 73 | 74 |
| Binary | 10110110 | 11010101 | 1011100 | 1111 | 0 | 111001 | 10000 | 1001011 | 111011 | 111100 |
Color Harmonies of #B6D55C
Complementary color
Monochromatic Colors of #B6D55C
Black with #B6D55C
Text Example
Text Example
White with #B6D55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D55C; }
p { color: rgb(182,213,92); }
H1.HeaderClassName
{
color: #B6D55C;
}
.AnyTagClassName
{
color: #B6D55C;
}
</style>
background-color css
<style>
a { background-color: #B6D55C; }
a { background-color: rgb(182,213,92); }
div.DivClassName
{
background-color: #B6D55C;
}
.BgClassName
{
background-color: #B6D55C;
}
</style>
border-color css
<style>
span { border-color: #B6D55C; }
span { border-color: rgb(182,213,92); }
td.TdClassName
{
border-color: #B6D55C;
}
.TagClassName
{
border-color: #B6D55C;
}
</style>