#B6BA71

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

Shades of Dark Khaki #B6BA71

Tints of Dark Khaki #B6BA71

Color information

#B6BA71 (or 0xB6BA71) is unknown color: approx Dark Khaki. HEX triplet: B6, BA and 71. RGB value is (182,186,113). Sum of RGB (Red+Green+Blue) = 182+186+113=481 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.84% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 186 - color contains mainly: green. Hex color #B6BA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BA71 is #49458E. Grayscale: #B0B0B0. Windows color (decimal): -4801935 or 7453366. OLE color: 7453366.

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

Color convert

RGB182186113-
CMYK0.0200.390.27
HSL63.29º34.6%58.63%-
HSV(B)63.29º39.25%72.94%-
XYZ39.8346.2622.45-
YUV176.4892.17131.94-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.84%
GREEN value IS 186 (73.05% from 255) = 38.67%
BLUE value IS 113 (44.53% from 255) = 23.49%
R=37.84%
G=38.67%
B=23.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821861130.0200.390.2763.2934.658.63
HexB6BA7120271B3f233b
Octal266272161204733774373
Binary1011011010111010111000110010011111011111111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BA71; }

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

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

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

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

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

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

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

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