#B2AF6E

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

Shades of Dark Khaki #B2AF6E

Tints of Dark Khaki #B2AF6E

Color information

#B2AF6E (or 0xB2AF6E) is unknown color: approx Dark Khaki. HEX triplet: B2, AF and 6E. RGB value is (178,175,110). Sum of RGB (Red+Green+Blue) = 178+175+110=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 110 (43.36% from 255 or 23.76% from 463); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AF6E is #4D5091. Grayscale: #A8A8A8. Windows color (decimal): -5066898 or 7253938. OLE color: 7253938.

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

Color convert

RGB178175110-
CMYK00.020.380.30
HSL57.35º30.63%56.47%-
HSV(B)57.35º38.2%69.8%-
XYZ36.541.2520.79-
YUV168.4994.99134.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.44%
GREEN value IS 175 (68.75% from 255) = 37.80%
BLUE value IS 110 (43.36% from 255) = 23.76%
R=38.44%
G=37.80%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817511000.020.380.3057.3530.6356.47
HexB2AF6E02261E391f38
Octal262257156024636713770
Binary101100101010111111011100101001101111011100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AF6E; }

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

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

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

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

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

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

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

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