Shades of Conifer #B9F65A
Tints of Conifer #B9F65A
RGB
CMYK
RGB Variations
Color information
#B9F65A (or 0xB9F65A) is known color: Conifer. HEX triplet: B9, F6 and 5A. RGB value is (185,246,90). Sum of RGB (Red+Green+Blue) = 185+246+90=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 246 (96.48% from 255 or 47.22% from 521); Blue value is 90 (35.55% from 255 or 17.27% from 521); Max value from RGB is 246 - color contains mainly: green. Hex color #B9F65A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F65A is #4609A5. Grayscale: #D2D2D2. Windows color (decimal): -4589990 or 5961401. OLE color: 5961401.
HSL color Cylindrical-coordinate representation of color #B9F65A: hue angle of 83.46º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B9F65A is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 246 | 90 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.04 |
| HSL | 83.46º | 0.9% | 0.66% | - |
| HSV(B) | 83.46º | 0.63% | 0.96% | - |
| XYZ | 54.81 | 76.96 | 21.64 | - |
| YUV | 209.98 | 60.29 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 246 | 90 | 0.25 | 0 | 0.63 | 0.04 | 83.46 | 0.9 | 0.66 |
| Hex | B9 | F6 | 5A | 19 | 0 | 3F | 4 | 53 | 5A | 42 |
| Octal | 271 | 366 | 132 | 31 | 0 | 77 | 4 | 123 | 132 | 102 |
| Binary | 10111001 | 11110110 | 1011010 | 11001 | 0 | 111111 | 100 | 1010011 | 1011010 | 1000010 |
Color Harmonies of #B9F65A
Complementary color
Monochromatic Colors of #B9F65A
Black with #B9F65A
Text Example
Text Example
White with #B9F65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F65A; }
p { color: rgb(185,246,90); }
H1.HeaderClassName
{
color: #B9F65A;
}
.AnyTagClassName
{
color: #B9F65A;
}
</style>
background-color css
<style>
a { background-color: #B9F65A; }
a { background-color: rgb(185,246,90); }
div.DivClassName
{
background-color: #B9F65A;
}
.BgClassName
{
background-color: #B9F65A;
}
</style>
border-color css
<style>
span { border-color: #B9F65A; }
span { border-color: rgb(185,246,90); }
td.TdClassName
{
border-color: #B9F65A;
}
.TagClassName
{
border-color: #B9F65A;
}
</style>