#B0AE6B

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

Shades of Dark Khaki #B0AE6B

Tints of Dark Khaki #B0AE6B

Color information

#B0AE6B (or 0xB0AE6B) is unknown color: approx Dark Khaki. HEX triplet: B0, AE and 6B. RGB value is (176,174,107). Sum of RGB (Red+Green+Blue) = 176+174+107=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 174 (68.36% from 255 or 38.07% from 457); Blue value is 107 (42.19% from 255 or 23.41% from 457); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AE6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AE6B is #4F5194. Grayscale: #A7A7A7. Windows color (decimal): -5198229 or 7057072. OLE color: 7057072.

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

Color convert

RGB176174107-
CMYK00.010.390.31
HSL58.26º30.4%55.49%-
HSV(B)58.26º39.2%69.02%-
XYZ35.6940.5619.86-
YUV166.9694.16134.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.51%
GREEN value IS 174 (68.36% from 255) = 38.07%
BLUE value IS 107 (42.19% from 255) = 23.41%
R=38.51%
G=38.07%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617410700.010.390.3158.2630.455.49
HexB0AE6B01271F3a1e37
Octal260256153014737723667
Binary10110000101011101101011011001111111111101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AE6B; }

 p { color: rgb(176,174,107); }

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

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

 a { background-color: rgb(176,174,107); }

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

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

 span { border-color: rgb(176,174,107); }

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