#BCBE6C

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

Shades of Dark Khaki #BCBE6C

Tints of Dark Khaki #BCBE6C

Color information

#BCBE6C (or 0xBCBE6C) is unknown color: approx Dark Khaki. HEX triplet: BC, BE and 6C. RGB value is (188,190,108). Sum of RGB (Red+Green+Blue) = 188+190+108=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 108 (42.58% from 255 or 22.22% from 486); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBE6C is #434193. Grayscale: #B4B4B4. Windows color (decimal): -4407700 or 7126716. OLE color: 7126716.

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

Color convert

RGB188190108-
CMYK0.0100.430.25
HSL61.46º38.68%58.43%-
HSV(B)61.46º43.16%74.51%-
XYZ41.8648.621.36-
YUV180.0587.34133.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.68%
GREEN value IS 190 (74.61% from 255) = 39.09%
BLUE value IS 108 (42.58% from 255) = 22.22%
R=38.68%
G=39.09%
B=22.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881901080.0100.430.2561.4638.6858.43
HexBCBE6C102B193d273a
Octal274276154105331754772
Binary101111001011111011011001010101111001111101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBE6C; }

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

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

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

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

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

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

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

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