#B6B76E

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

Shades of Dark Khaki #B6B76E

Tints of Dark Khaki #B6B76E

Color information

#B6B76E (or 0xB6B76E) is unknown color: approx Dark Khaki. HEX triplet: B6, B7 and 6E. RGB value is (182,183,110). Sum of RGB (Red+Green+Blue) = 182+183+110=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 183 - color contains mainly: green. Hex color #B6B76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B76E is #494891. Grayscale: #AEAEAE. Windows color (decimal): -4802706 or 7255990. OLE color: 7255990.

HSL color Cylindrical-coordinate representation of color #B6B76E: hue angle of 60.82º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B6B76E is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB182183110-
CMYK0.0100.400.28
HSL60.82º33.64%57.45%-
HSV(B)60.82º39.89%71.76%-
XYZ39.0444.9421.37-
YUV174.3891.67133.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.32%
GREEN value IS 183 (71.88% from 255) = 38.53%
BLUE value IS 110 (43.36% from 255) = 23.16%
R=38.32%
G=38.53%
B=23.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1821831100.0100.400.2860.8233.6457.45
HexB6B76E10281C3d2239
Octal266267156105034754271
Binary101101101011011111011101010100011100111101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B76E; }

 p { color: rgb(182,183,110); }

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

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

 a { background-color: rgb(182,183,110); }

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

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

 span { border-color: rgb(182,183,110); }

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