#BCBF6C

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

Shades of Dark Khaki #BCBF6C

Tints of Dark Khaki #BCBF6C

Color information

#BCBF6C (or 0xBCBF6C) is unknown color: approx Dark Khaki. HEX triplet: BC, BF and 6C. RGB value is (188,191,108). Sum of RGB (Red+Green+Blue) = 188+191+108=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBF6C is #434093. Grayscale: #B4B4B4. Windows color (decimal): -4407444 or 7126972. OLE color: 7126972.

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

Color convert

RGB188191108-
CMYK0.0200.430.25
HSL62.17º39.34%58.63%-
HSV(B)62.17º43.46%74.9%-
XYZ42.0849.0421.43-
YUV180.6487.01133.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.60%
GREEN value IS 191 (75% from 255) = 39.22%
BLUE value IS 108 (42.58% from 255) = 22.18%
R=38.60%
G=39.22%
B=22.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881911080.0200.430.2562.1739.3458.63
HexBCBF6C202B193e273b
Octal274277154205331764773
Binary1011110010111111110110010010101111001111110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBF6C; }

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

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

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

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

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

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

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

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