#B4B66D

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

Shades of Dark Khaki #B4B66D

Tints of Dark Khaki #B4B66D

Color information

#B4B66D (or 0xB4B66D) is unknown color: approx Dark Khaki. HEX triplet: B4, B6 and 6D. RGB value is (180,182,109). Sum of RGB (Red+Green+Blue) = 180+182+109=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 182 (71.48% from 255 or 38.64% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 182 - color contains mainly: green. Hex color #B4B66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B66D is #4B4992. Grayscale: #ADADAD. Windows color (decimal): -4934035 or 7190196. OLE color: 7190196.

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

Color convert

RGB180182109-
CMYK0.0100.400.29
HSL61.64º33.33%57.06%-
HSV(B)61.64º40.11%71.37%-
XYZ38.3144.2620.99-
YUV173.0891.84132.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.22%
GREEN value IS 182 (71.48% from 255) = 38.64%
BLUE value IS 109 (42.97% from 255) = 23.14%
R=38.22%
G=38.64%
B=23.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801821090.0100.400.2961.6433.3357.06
HexB4B66D10281D3e2139
Octal264266155105035764171
Binary101101001011011011011011010100011101111110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B66D; }

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

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

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

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

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

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

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

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