#B2B472

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

Shades of Dark Khaki #B2B472

Tints of Dark Khaki #B2B472

Color information

#B2B472 (or 0xB2B472) is unknown color: approx Dark Khaki. HEX triplet: B2, B4 and 72. RGB value is (178,180,114). Sum of RGB (Red+Green+Blue) = 178+180+114=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 114 (44.92% from 255 or 24.15% from 472); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B472 is #4D4B8D. Grayscale: #ACACAC. Windows color (decimal): -5065614 or 7517362. OLE color: 7517362.

HSL color Cylindrical-coordinate representation of color #B2B472: hue angle of 61.82º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B2B472 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB178180114-
CMYK0.0100.370.29
HSL61.82º30.56%57.65%-
HSV(B)61.82º36.67%70.59%-
XYZ37.7243.3222.29-
YUV171.8895.34132.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.71%
GREEN value IS 180 (70.70% from 255) = 38.14%
BLUE value IS 114 (44.92% from 255) = 24.15%
R=37.71%
G=38.14%
B=24.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781801140.0100.370.2961.8230.5657.65
HexB2B47210251D3e1f3a
Octal262264162104535763772
Binary10110010101101001110010101001011110111111011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B472; }

 p { color: rgb(178,180,114); }

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

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

 a { background-color: rgb(178,180,114); }

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

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

 span { border-color: rgb(178,180,114); }

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