#BCBE70

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

Shades of Dark Khaki #BCBE70

Tints of Dark Khaki #BCBE70

Color information

#BCBE70 (or 0xBCBE70) is unknown color: approx Dark Khaki. HEX triplet: BC, BE and 70. RGB value is (188,190,112). Sum of RGB (Red+Green+Blue) = 188+190+112=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 112 (44.14% from 255 or 22.86% from 490); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBE70 is #43418F. Grayscale: #B4B4B4. Windows color (decimal): -4407696 or 7388860. OLE color: 7388860.

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

Color convert

RGB188190112-
CMYK0.0100.410.25
HSL61.54º37.5%59.22%-
HSV(B)61.54º41.05%74.51%-
XYZ42.0848.6922.51-
YUV180.5189.34133.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.37%
GREEN value IS 190 (74.61% from 255) = 38.78%
BLUE value IS 112 (44.14% from 255) = 22.86%
R=38.37%
G=38.78%
B=22.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881901120.0100.410.2561.5437.559.22
HexBCBE701029193e263b
Octal274276160105131764673
Binary101111001011111011100001010100111001111110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBE70; }

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

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

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

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

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

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

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

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