#B2AC72

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

Shades of Dark Khaki #B2AC72

Tints of Dark Khaki #B2AC72

Color information

#B2AC72 (or 0xB2AC72) is unknown color: approx Dark Khaki. HEX triplet: B2, AC and 72. RGB value is (178,172,114). Sum of RGB (Red+Green+Blue) = 178+172+114=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AC72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AC72 is #4D538D. Grayscale: #A7A7A7. Windows color (decimal): -5067662 or 7515314. OLE color: 7515314.

HSL color Cylindrical-coordinate representation of color #B2AC72: hue angle of 54.38º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B2AC72 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB178172114-
CMYK00.030.360.30
HSL54.38º29.36%57.25%-
HSV(B)54.38º35.96%69.8%-
XYZ36.1540.1821.77-
YUV167.1897.99135.72-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.36%
GREEN value IS 172 (67.58% from 255) = 37.07%
BLUE value IS 114 (44.92% from 255) = 24.57%
R=38.36%
G=37.07%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817211400.030.360.3054.3829.3657.25
HexB2AC7203241E361d39
Octal262254162034436663571
Binary101100101010110011100100111001001111011011011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AC72; }

 p { color: rgb(178,172,114); }

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

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

 a { background-color: rgb(178,172,114); }

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

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

 span { border-color: rgb(178,172,114); }

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