#B2AF6D

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

Shades of Dark Khaki #B2AF6D

Tints of Dark Khaki #B2AF6D

Color information

#B2AF6D (or 0xB2AF6D) is unknown color: approx Dark Khaki. HEX triplet: B2, AF and 6D. RGB value is (178,175,109). Sum of RGB (Red+Green+Blue) = 178+175+109=462 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.53% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 109 (42.97% from 255 or 23.59% from 462); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AF6D is #4D5092. Grayscale: #A8A8A8. Windows color (decimal): -5066899 or 7188402. OLE color: 7188402.

HSL color Cylindrical-coordinate representation of color #B2AF6D: hue angle of 57.39º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B2AF6D is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB178175109-
CMYK00.020.390.30
HSL57.39º30.94%56.27%-
HSV(B)57.39º38.76%69.8%-
XYZ36.4541.2320.5-
YUV168.3794.49134.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.53%
GREEN value IS 175 (68.75% from 255) = 37.88%
BLUE value IS 109 (42.97% from 255) = 23.59%
R=38.53%
G=37.88%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817510900.020.390.3057.3930.9456.27
HexB2AF6D02271E391f38
Octal262257155024736713770
Binary101100101010111111011010101001111111011100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AF6D; }

 p { color: rgb(178,175,109); }

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

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

 a { background-color: rgb(178,175,109); }

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

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

 span { border-color: rgb(178,175,109); }

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