#BCBF6E

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

Shades of Dark Khaki #BCBF6E

Tints of Dark Khaki #BCBF6E

Color information

#BCBF6E (or 0xBCBF6E) is unknown color: approx Dark Khaki. HEX triplet: BC, BF and 6E. RGB value is (188,191,110). Sum of RGB (Red+Green+Blue) = 188+191+110=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 191 (75% from 255 or 39.06% from 489); Blue value is 110 (43.36% from 255 or 22.49% from 489); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBF6E is #434091. Grayscale: #B5B5B5. Windows color (decimal): -4407442 or 7258044. OLE color: 7258044.

HSL color Cylindrical-coordinate representation of color #BCBF6E: hue angle of 62.22º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCBF6E is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB188191110-
CMYK0.0200.420.25
HSL62.22º38.76%59.02%-
HSV(B)62.22º42.41%74.9%-
XYZ42.1849.0822-
YUV180.8788.01133.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.45%
GREEN value IS 191 (75% from 255) = 39.06%
BLUE value IS 110 (43.36% from 255) = 22.49%
R=38.45%
G=39.06%
B=22.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881911100.0200.420.2562.2238.7659.02
HexBCBF6E202A193e273b
Octal274277156205231764773
Binary1011110010111111110111010010101011001111110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBF6E; }

 p { color: rgb(188,191,110); }

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

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

 a { background-color: rgb(188,191,110); }

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

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

 span { border-color: rgb(188,191,110); }

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