#BFC170

Color #BFC170 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #BFC170

Tints of Dark Khaki #BFC170

Color information

#BFC170 (or 0xBFC170) is unknown color: approx Dark Khaki. HEX triplet: BF, C1 and 70. RGB value is (191,193,112). Sum of RGB (Red+Green+Blue) = 191+193+112=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 193 (75.78% from 255 or 38.91% from 496); Blue value is 112 (44.14% from 255 or 22.58% from 496); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC170 is #403E8F. Grayscale: #B7B7B7. Windows color (decimal): -4210320 or 7389631. OLE color: 7389631.

HSL color Cylindrical-coordinate representation of color #BFC170: hue angle of 61.48º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFC170 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB191193112-
CMYK0.0100.420.24
HSL61.48º39.51%59.8%-
HSV(B)61.48º41.97%75.69%-
XYZ43.4850.3922.76-
YUV183.1787.84133.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 38.51%
GREEN value IS 193 (75.78% from 255) = 38.91%
BLUE value IS 112 (44.14% from 255) = 22.58%
R=38.51%
G=38.91%
B=22.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911931120.0100.420.2461.4839.5159.8
HexBFC170102A183d283c
Octal277301160105230755074
Binary101111111100000111100001010101011000111101101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC170; }

 p { color: rgb(191,193,112); }

 H1.HeaderClassName
 {
   color: #BFC170;
 }
 .AnyTagClassName
 {
   color: #BFC170;
 }
</style>
background-color css

<style>
 a { background-color: #BFC170; }

 a { background-color: rgb(191,193,112); }

 div.DivClassName
 {
   background-color: #BFC170;
 }
 .BgClassName
 {
   background-color: #BFC170;
 }
</style>
border-color css

<style>
 span { border-color: #BFC170; }

 span { border-color: rgb(191,193,112); }

 td.TdClassName
 {
   border-color: #BFC170;
 }
 .TagClassName
 {
   border-color: #BFC170;
 }
</style>