#BCB96B

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

Shades of Dark Khaki #BCB96B

Tints of Dark Khaki #BCB96B

Color information

#BCB96B (or 0xBCB96B) is unknown color: approx Dark Khaki. HEX triplet: BC, B9 and 6B. RGB value is (188,185,107). Sum of RGB (Red+Green+Blue) = 188+185+107=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 185 (72.66% from 255 or 38.54% from 480); Blue value is 107 (42.19% from 255 or 22.29% from 480); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB96B is #434694. Grayscale: #B1B1B1. Windows color (decimal): -4408981 or 7059900. OLE color: 7059900.

HSL color Cylindrical-coordinate representation of color #BCB96B: hue angle of 57.78º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCB96B is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB188185107-
CMYK00.020.430.26
HSL57.78º37.67%57.84%-
HSV(B)57.78º43.09%73.73%-
XYZ40.7446.4520.73-
YUV17788.49135.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.17%
GREEN value IS 185 (72.66% from 255) = 38.54%
BLUE value IS 107 (42.19% from 255) = 22.29%
R=39.17%
G=38.54%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818510700.020.430.2657.7837.6757.84
HexBCB96B022B1A3a263a
Octal274271153025332724672
Binary1011110010111001110101101010101111010111010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB96B; }

 p { color: rgb(188,185,107); }

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

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

 a { background-color: rgb(188,185,107); }

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

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

 span { border-color: rgb(188,185,107); }

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