#BCBB6C

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

Shades of Dark Khaki #BCBB6C

Tints of Dark Khaki #BCBB6C

Color information

#BCBB6C (or 0xBCBB6C) is unknown color: approx Dark Khaki. HEX triplet: BC, BB and 6C. RGB value is (188,187,108). Sum of RGB (Red+Green+Blue) = 188+187+108=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 108 (42.58% from 255 or 22.36% from 483); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBB6C is #434493. Grayscale: #B2B2B2. Windows color (decimal): -4408468 or 7125948. OLE color: 7125948.

HSL color Cylindrical-coordinate representation of color #BCBB6C: hue angle of 59.25º degrees, saturation: 0.37, 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 #BCBB6C is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB188187108-
CMYK00.010.430.26
HSL59.25º37.38%58.04%-
HSV(B)59.25º42.55%73.73%-
XYZ41.2247.3121.15-
YUV178.2988.33134.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.92%
GREEN value IS 187 (73.44% from 255) = 38.72%
BLUE value IS 108 (42.58% from 255) = 22.36%
R=38.92%
G=38.72%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818710800.010.430.2659.2537.3858.04
HexBCBB6C012B1A3b253a
Octal274273154015332734572
Binary101111001011101111011000110101111010111011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBB6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBB6C; }

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

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

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

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

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

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

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

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