#B6BA6D

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

Shades of Dark Khaki #B6BA6D

Tints of Dark Khaki #B6BA6D

Color information

#B6BA6D (or 0xB6BA6D) is unknown color: approx Dark Khaki. HEX triplet: B6, BA and 6D. RGB value is (182,186,109). Sum of RGB (Red+Green+Blue) = 182+186+109=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 186 - color contains mainly: green. Hex color #B6BA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BA6D is #494592. Grayscale: #B0B0B0. Windows color (decimal): -4801939 or 7191222. OLE color: 7191222.

HSL color Cylindrical-coordinate representation of color #B6BA6D: hue angle of 63.12º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B6BA6D is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB182186109-
CMYK0.0200.410.27
HSL63.12º35.81%57.84%-
HSV(B)63.12º41.4%72.94%-
XYZ39.6146.1721.29-
YUV176.0390.17132.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.16%
GREEN value IS 186 (73.05% from 255) = 38.99%
BLUE value IS 109 (42.97% from 255) = 22.85%
R=38.16%
G=38.99%
B=22.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821861090.0200.410.2763.1235.8157.84
HexB6BA6D20291B3f243a
Octal266272155205133774472
Binary1011011010111010110110110010100111011111111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BA6D; }

 p { color: rgb(182,186,109); }

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

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

 a { background-color: rgb(182,186,109); }

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

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

 span { border-color: rgb(182,186,109); }

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