Shades of Conifer #B2CF4C
Tints of Conifer #B2CF4C
RGB
CMYK
RGB Variations
Color information
#B2CF4C (or 0xB2CF4C) is known color: Conifer. HEX triplet: B2, CF and 4C. RGB value is (178,207,76). Sum of RGB (Red+Green+Blue) = 178+207+76=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 76 (30.08% from 255 or 16.49% from 461); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CF4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CF4C is #4D30B3. Grayscale: #B7B7B7. Windows color (decimal): -5058740 or 5033906. OLE color: 5033906.
HSL color Cylindrical-coordinate representation of color #B2CF4C: hue angle of 73.28º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B2CF4C is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 207 | 76 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.19 |
| HSL | 73.28º | 0.58% | 0.55% | - |
| HSV(B) | 73.28º | 0.63% | 0.81% | - |
| XYZ | 41.98 | 54.61 | 15.17 | - |
| YUV | 183.4 | 67.39 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 207 | 76 | 0.14 | 0 | 0.63 | 0.19 | 73.28 | 0.58 | 0.55 |
| Hex | B2 | CF | 4C | E | 0 | 3F | 13 | 49 | 3A | 37 |
| Octal | 262 | 317 | 114 | 16 | 0 | 77 | 23 | 111 | 72 | 67 |
| Binary | 10110010 | 11001111 | 1001100 | 1110 | 0 | 111111 | 10011 | 1001001 | 111010 | 110111 |
Color Harmonies of #B2CF4C
Complementary color
Monochromatic Colors of #B2CF4C
Black with #B2CF4C
Text Example
Text Example
White with #B2CF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CF4C; }
p { color: rgb(178,207,76); }
H1.HeaderClassName
{
color: #B2CF4C;
}
.AnyTagClassName
{
color: #B2CF4C;
}
</style>
background-color css
<style>
a { background-color: #B2CF4C; }
a { background-color: rgb(178,207,76); }
div.DivClassName
{
background-color: #B2CF4C;
}
.BgClassName
{
background-color: #B2CF4C;
}
</style>
border-color css
<style>
span { border-color: #B2CF4C; }
span { border-color: rgb(178,207,76); }
td.TdClassName
{
border-color: #B2CF4C;
}
.TagClassName
{
border-color: #B2CF4C;
}
</style>