#BFC169

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

Shades of Dark Khaki #BFC169

Tints of Dark Khaki #BFC169

Color information

#BFC169 (or 0xBFC169) is unknown color: approx Dark Khaki. HEX triplet: BF, C1 and 69. RGB value is (191,193,105). Sum of RGB (Red+Green+Blue) = 191+193+105=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 193 (75.78% from 255 or 39.47% from 489); Blue value is 105 (41.41% from 255 or 21.47% from 489); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC169 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC169 is #403E96. Grayscale: #B6B6B6. Windows color (decimal): -4210327 or 6930879. OLE color: 6930879.

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

Color convert

RGB191193105-
CMYK0.0100.460.24
HSL61.36º41.51%58.43%-
HSV(B)61.36º45.6%75.69%-
XYZ43.1150.2420.79-
YUV182.3784.34134.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.06%
GREEN value IS 193 (75.78% from 255) = 39.47%
BLUE value IS 105 (41.41% from 255) = 21.47%
R=39.06%
G=39.47%
B=21.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911931050.0100.460.2461.3641.5158.43
HexBFC169102E183d2a3a
Octal277301151105630755272
Binary101111111100000111010011010111011000111101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC169; }

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

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

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

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

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

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

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

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