#BCBE65

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

Shades of Dark Khaki #BCBE65

Tints of Dark Khaki #BCBE65

Color information

#BCBE65 (or 0xBCBE65) is unknown color: approx Dark Khaki. HEX triplet: BC, BE and 65. RGB value is (188,190,101). Sum of RGB (Red+Green+Blue) = 188+190+101=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 101 (39.84% from 255 or 21.09% from 479); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBE65 is #43419A. Grayscale: #B3B3B3. Windows color (decimal): -4407707 or 6667964. OLE color: 6667964.

HSL color Cylindrical-coordinate representation of color #BCBE65: hue angle of 61.35º 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 #BCBE65 is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB188190101-
CMYK0.0100.470.25
HSL61.35º40.64%57.06%-
HSV(B)61.35º46.84%74.51%-
XYZ41.548.4619.48-
YUV179.2683.84134.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.25%
GREEN value IS 190 (74.61% from 255) = 39.67%
BLUE value IS 101 (39.84% from 255) = 21.09%
R=39.25%
G=39.67%
B=21.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881901010.0100.470.2561.3540.6457.06
HexBCBE65102F193d2939
Octal274276145105731755171
Binary101111001011111011001011010111111001111101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBE65; }

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

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

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

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

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

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

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

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