#BCBD67

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

Shades of Dark Khaki #BCBD67

Tints of Dark Khaki #BCBD67

Color information

#BCBD67 (or 0xBCBD67) is unknown color: approx Dark Khaki. HEX triplet: BC, BD and 67. RGB value is (188,189,103). Sum of RGB (Red+Green+Blue) = 188+189+103=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 189 (74.22% from 255 or 39.38% from 480); Blue value is 103 (40.62% from 255 or 21.46% from 480); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBD67 is #434298. Grayscale: #B3B3B3. Windows color (decimal): -4407961 or 6798780. OLE color: 6798780.

HSL color Cylindrical-coordinate representation of color #BCBD67: hue angle of 60.7º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCBD67 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB188189103-
CMYK0.0100.460.26
HSL60.7º39.45%57.25%-
HSV(B)60.7º45.5%74.12%-
XYZ41.3848.0719.93-
YUV178.985.17134.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.17%
GREEN value IS 189 (74.22% from 255) = 39.38%
BLUE value IS 103 (40.62% from 255) = 21.46%
R=39.17%
G=39.38%
B=21.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881891030.0100.460.2660.739.4557.25
HexBCBD67102E1A3d2739
Octal274275147105632754771
Binary101111001011110111001111010111011010111101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBD67; }

 p { color: rgb(188,189,103); }

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

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

 a { background-color: rgb(188,189,103); }

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

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

 span { border-color: rgb(188,189,103); }

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