#BCBF66

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

Shades of Dark Khaki #BCBF66

Tints of Dark Khaki #BCBF66

Color information

#BCBF66 (or 0xBCBF66) is unknown color: approx Dark Khaki. HEX triplet: BC, BF and 66. RGB value is (188,191,102). Sum of RGB (Red+Green+Blue) = 188+191+102=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 191 (75% from 255 or 39.71% from 481); Blue value is 102 (40.23% from 255 or 21.21% from 481); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBF66 is #434099. Grayscale: #B4B4B4. Windows color (decimal): -4407450 or 6733756. OLE color: 6733756.

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

Color convert

RGB188191102-
CMYK0.0200.470.25
HSL62.02º41.01%57.45%-
HSV(B)62.02º46.6%74.9%-
XYZ41.7748.9119.81-
YUV179.9684.01133.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.09%
GREEN value IS 191 (75% from 255) = 39.71%
BLUE value IS 102 (40.23% from 255) = 21.21%
R=39.09%
G=39.71%
B=21.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881911020.0200.470.2562.0241.0157.45
HexBCBF66202F193e2939
Octal274277146205731765171
Binary1011110010111111110011010010111111001111110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBF66; }

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

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

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

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

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

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

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

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