Shades of Conifer #B2D64A
Tints of Conifer #B2D64A
RGB
CMYK
RGB Variations
Color information
#B2D64A (or 0xB2D64A) is known color: Conifer. HEX triplet: B2, D6 and 4A. RGB value is (178,214,74). Sum of RGB (Red+Green+Blue) = 178+214+74=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 74 (29.30% from 255 or 15.88% from 466); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D64A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D64A is #4D29B5. Grayscale: #BBBBBB. Windows color (decimal): -5056950 or 4904626. OLE color: 4904626.
HSL color Cylindrical-coordinate representation of color #B2D64A: hue angle of 75.43º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B2D64A is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 214 | 74 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.16 |
| HSL | 75.43º | 0.63% | 0.56% | - |
| HSV(B) | 75.43º | 0.65% | 0.84% | - |
| XYZ | 43.64 | 58.05 | 15.38 | - |
| YUV | 187.28 | 64.07 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 214 | 74 | 0.17 | 0 | 0.65 | 0.16 | 75.43 | 0.63 | 0.56 |
| Hex | B2 | D6 | 4A | 11 | 0 | 41 | 10 | 4B | 3F | 38 |
| Octal | 262 | 326 | 112 | 21 | 0 | 101 | 20 | 113 | 77 | 70 |
| Binary | 10110010 | 11010110 | 1001010 | 10001 | 0 | 1000001 | 10000 | 1001011 | 111111 | 111000 |
Color Harmonies of #B2D64A
Complementary color
Monochromatic Colors of #B2D64A
Black with #B2D64A
Text Example
Text Example
White with #B2D64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D64A; }
p { color: rgb(178,214,74); }
H1.HeaderClassName
{
color: #B2D64A;
}
.AnyTagClassName
{
color: #B2D64A;
}
</style>
background-color css
<style>
a { background-color: #B2D64A; }
a { background-color: rgb(178,214,74); }
div.DivClassName
{
background-color: #B2D64A;
}
.BgClassName
{
background-color: #B2D64A;
}
</style>
border-color css
<style>
span { border-color: #B2D64A; }
span { border-color: rgb(178,214,74); }
td.TdClassName
{
border-color: #B2D64A;
}
.TagClassName
{
border-color: #B2D64A;
}
</style>