#B2AF6F

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

Shades of Dark Khaki #B2AF6F

Tints of Dark Khaki #B2AF6F

Color information

#B2AF6F (or 0xB2AF6F) is unknown color: approx Dark Khaki. HEX triplet: B2, AF and 6F. RGB value is (178,175,111). Sum of RGB (Red+Green+Blue) = 178+175+111=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 111 (43.75% from 255 or 23.92% from 464); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AF6F is #4D5090. Grayscale: #A8A8A8. Windows color (decimal): -5066897 or 7319474. OLE color: 7319474.

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

Color convert

RGB178175111-
CMYK00.020.380.30
HSL57.31º30.32%56.67%-
HSV(B)57.31º37.64%69.8%-
XYZ36.5641.2721.08-
YUV168.695.49134.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.36%
GREEN value IS 175 (68.75% from 255) = 37.72%
BLUE value IS 111 (43.75% from 255) = 23.92%
R=38.36%
G=37.72%
B=23.92%

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
Decimal17817511100.020.380.3057.3130.3256.67
HexB2AF6F02261E391e39
Octal262257157024636713671
Binary101100101010111111011110101001101111011100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AF6F; }

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

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

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

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

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

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

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

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