Shades of Dark Khaki #BFC26A
Tints of Dark Khaki #BFC26A
RGB
CMYK
RGB Variations
Color information
#BFC26A (or 0xBFC26A) is known color: Dark Khaki. HEX triplet: BF, C2 and 6A. RGB value is (191,194,106). Sum of RGB (Red+Green+Blue) = 191+194+106=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 194 (76.17% from 255 or 39.51% from 491); Blue value is 106 (41.80% from 255 or 21.59% from 491); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC26A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC26A is #403D95. Grayscale: #B7B7B7. Windows color (decimal): -4210070 or 6996671. OLE color: 6996671.
HSL color Cylindrical-coordinate representation of color #BFC26A: hue angle of 62.05º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFC26A is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 106 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.24 |
| HSL | 62.05º | 0.42% | 0.59% | - |
| HSV(B) | 62.05º | 0.45% | 0.76% | - |
| XYZ | 43.38 | 50.7 | 21.14 | - |
| YUV | 183.07 | 84.51 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 106 | 0.02 | 0 | 0.45 | 0.24 | 62.05 | 0.42 | 0.59 |
| Hex | BF | C2 | 6A | 2 | 0 | 2D | 18 | 3E | 2A | 3B |
| Octal | 277 | 302 | 152 | 2 | 0 | 55 | 30 | 76 | 52 | 73 |
| Binary | 10111111 | 11000010 | 1101010 | 10 | 0 | 101101 | 11000 | 111110 | 101010 | 111011 |
Color Harmonies of #BFC26A
Complementary color
Monochromatic Colors of #BFC26A
Black with #BFC26A
Text Example
Text Example
White with #BFC26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC26A; }
p { color: rgb(191,194,106); }
H1.HeaderClassName
{
color: #BFC26A;
}
.AnyTagClassName
{
color: #BFC26A;
}
</style>
background-color css
<style>
a { background-color: #BFC26A; }
a { background-color: rgb(191,194,106); }
div.DivClassName
{
background-color: #BFC26A;
}
.BgClassName
{
background-color: #BFC26A;
}
</style>
border-color css
<style>
span { border-color: #BFC26A; }
span { border-color: rgb(191,194,106); }
td.TdClassName
{
border-color: #BFC26A;
}
.TagClassName
{
border-color: #BFC26A;
}
</style>