#B1AE6C

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

Shades of Dark Khaki #B1AE6C

Tints of Dark Khaki #B1AE6C

Color information

#B1AE6C (or 0xB1AE6C) is unknown color: approx Dark Khaki. HEX triplet: B1, AE and 6C. RGB value is (177,174,108). Sum of RGB (Red+Green+Blue) = 177+174+108=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 174 (68.36% from 255 or 37.91% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AE6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AE6C is #4E5193. Grayscale: #A7A7A7. Windows color (decimal): -5132692 or 7122609. OLE color: 7122609.

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

Color convert

RGB177174108-
CMYK00.020.390.31
HSL57.39º30.67%55.88%-
HSV(B)57.39º38.98%69.41%-
XYZ35.9740.720.15-
YUV167.3794.49134.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.56%
GREEN value IS 174 (68.36% from 255) = 37.91%
BLUE value IS 108 (42.58% from 255) = 23.53%
R=38.56%
G=37.91%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717410800.020.390.3157.3930.6755.88
HexB1AE6C02271F391f38
Octal261256154024737713770
Binary101100011010111011011000101001111111111100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AE6C; }

 p { color: rgb(177,174,108); }

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

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

 a { background-color: rgb(177,174,108); }

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

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

 span { border-color: rgb(177,174,108); }

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