Shades of Conifer #B2D05C
Tints of Conifer #B2D05C
RGB
CMYK
RGB Variations
Color information
#B2D05C (or 0xB2D05C) is known color: Conifer. HEX triplet: B2, D0 and 5C. RGB value is (178,208,92). Sum of RGB (Red+Green+Blue) = 178+208+92=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 92 (36.33% from 255 or 19.25% from 478); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D05C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D05C is #4D2FA3. Grayscale: #BABABA. Windows color (decimal): -5058468 or 6082738. OLE color: 6082738.
HSL color Cylindrical-coordinate representation of color #B2D05C: hue angle of 75.52º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B2D05C is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 208 | 92 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.18 |
| HSL | 75.52º | 0.55% | 0.59% | - |
| HSV(B) | 75.52º | 0.56% | 0.82% | - |
| XYZ | 42.85 | 55.35 | 18.55 | - |
| YUV | 185.81 | 75.06 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 208 | 92 | 0.14 | 0 | 0.56 | 0.18 | 75.52 | 0.55 | 0.59 |
| Hex | B2 | D0 | 5C | E | 0 | 38 | 12 | 4C | 37 | 3B |
| Octal | 262 | 320 | 134 | 16 | 0 | 70 | 22 | 114 | 67 | 73 |
| Binary | 10110010 | 11010000 | 1011100 | 1110 | 0 | 111000 | 10010 | 1001100 | 110111 | 111011 |
Color Harmonies of #B2D05C
Complementary color
Monochromatic Colors of #B2D05C
Black with #B2D05C
Text Example
Text Example
White with #B2D05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D05C; }
p { color: rgb(178,208,92); }
H1.HeaderClassName
{
color: #B2D05C;
}
.AnyTagClassName
{
color: #B2D05C;
}
</style>
background-color css
<style>
a { background-color: #B2D05C; }
a { background-color: rgb(178,208,92); }
div.DivClassName
{
background-color: #B2D05C;
}
.BgClassName
{
background-color: #B2D05C;
}
</style>
border-color css
<style>
span { border-color: #B2D05C; }
span { border-color: rgb(178,208,92); }
td.TdClassName
{
border-color: #B2D05C;
}
.TagClassName
{
border-color: #B2D05C;
}
</style>