Shades of Conifer #B9E04B
Tints of Conifer #B9E04B
RGB
CMYK
RGB Variations
Color information
#B9E04B (or 0xB9E04B) is known color: Conifer. HEX triplet: B9, E0 and 4B. RGB value is (185,224,75). Sum of RGB (Red+Green+Blue) = 185+224+75=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 224 (87.89% from 255 or 46.28% from 484); Blue value is 75 (29.69% from 255 or 15.50% from 484); Max value from RGB is 224 - color contains mainly: green. Hex color #B9E04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9E04B is #461FB4. Grayscale: #C3C3C3. Windows color (decimal): -4595637 or 4972729. OLE color: 4972729.
HSL color Cylindrical-coordinate representation of color #B9E04B: hue angle of 75.7º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B9E04B is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 224 | 75 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.12 |
| HSL | 75.7º | 0.71% | 0.59% | - |
| HSV(B) | 75.7º | 0.67% | 0.88% | - |
| XYZ | 47.93 | 64.13 | 16.51 | - |
| YUV | 195.35 | 60.08 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 224 | 75 | 0.17 | 0 | 0.67 | 0.12 | 75.7 | 0.71 | 0.59 |
| Hex | B9 | E0 | 4B | 11 | 0 | 43 | C | 4C | 47 | 3B |
| Octal | 271 | 340 | 113 | 21 | 0 | 103 | 14 | 114 | 107 | 73 |
| Binary | 10111001 | 11100000 | 1001011 | 10001 | 0 | 1000011 | 1100 | 1001100 | 1000111 | 111011 |
Color Harmonies of #B9E04B
Complementary color
Monochromatic Colors of #B9E04B
Black with #B9E04B
Text Example
Text Example
White with #B9E04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E04B; }
p { color: rgb(185,224,75); }
H1.HeaderClassName
{
color: #B9E04B;
}
.AnyTagClassName
{
color: #B9E04B;
}
</style>
background-color css
<style>
a { background-color: #B9E04B; }
a { background-color: rgb(185,224,75); }
div.DivClassName
{
background-color: #B9E04B;
}
.BgClassName
{
background-color: #B9E04B;
}
</style>
border-color css
<style>
span { border-color: #B9E04B; }
span { border-color: rgb(185,224,75); }
td.TdClassName
{
border-color: #B9E04B;
}
.TagClassName
{
border-color: #B9E04B;
}
</style>