Shades of Conifer #B1DC69
Tints of Conifer #B1DC69
RGB
CMYK
RGB Variations
Color information
#B1DC69 (or 0xB1DC69) is known color: Conifer. HEX triplet: B1, DC and 69. RGB value is (177,220,105). Sum of RGB (Red+Green+Blue) = 177+220+105=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 105 (41.41% from 255 or 20.92% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DC69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DC69 is #4E2396. Grayscale: #C2C2C2. Windows color (decimal): -5120919 or 6937777. OLE color: 6937777.
HSL color Cylindrical-coordinate representation of color #B1DC69: hue angle of 82.43º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B1DC69 is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 220 | 105 | - |
| CMYK | 0.20 | 0 | 0.52 | 0.14 |
| HSL | 82.43º | 0.62% | 0.64% | - |
| HSV(B) | 82.43º | 0.52% | 0.86% | - |
| XYZ | 46.27 | 61.55 | 22.81 | - |
| YUV | 194.03 | 77.75 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 220 | 105 | 0.20 | 0 | 0.52 | 0.14 | 82.43 | 0.62 | 0.64 |
| Hex | B1 | DC | 69 | 14 | 0 | 34 | E | 52 | 3E | 40 |
| Octal | 261 | 334 | 151 | 24 | 0 | 64 | 16 | 122 | 76 | 100 |
| Binary | 10110001 | 11011100 | 1101001 | 10100 | 0 | 110100 | 1110 | 1010010 | 111110 | 1000000 |
Color Harmonies of #B1DC69
Complementary color
Monochromatic Colors of #B1DC69
Black with #B1DC69
Text Example
Text Example
White with #B1DC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DC69; }
p { color: rgb(177,220,105); }
H1.HeaderClassName
{
color: #B1DC69;
}
.AnyTagClassName
{
color: #B1DC69;
}
</style>
background-color css
<style>
a { background-color: #B1DC69; }
a { background-color: rgb(177,220,105); }
div.DivClassName
{
background-color: #B1DC69;
}
.BgClassName
{
background-color: #B1DC69;
}
</style>
border-color css
<style>
span { border-color: #B1DC69; }
span { border-color: rgb(177,220,105); }
td.TdClassName
{
border-color: #B1DC69;
}
.TagClassName
{
border-color: #B1DC69;
}
</style>