#B2B386

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

Shades of Coriander #B2B386

Tints of Coriander #B2B386

Color information

#B2B386 (or 0xB2B386) is unknown color: approx Coriander. HEX triplet: B2, B3 and 86. RGB value is (178,179,134). Sum of RGB (Red+Green+Blue) = 178+179+134=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B386 is #4D4C79. Grayscale: #ADADAD. Windows color (decimal): -5065850 or 8827826. OLE color: 8827826.

HSL color Cylindrical-coordinate representation of color #B2B386: hue angle of 61.33º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2B386 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB178179134-
CMYK0.0100.250.30
HSL61.33º22.84%61.37%-
HSV(B)61.33º25.14%70.2%-
XYZ38.7843.4328.89-
YUV173.57105.67131.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.25%
GREEN value IS 179 (70.31% from 255) = 36.46%
BLUE value IS 134 (52.73% from 255) = 27.29%
R=36.25%
G=36.46%
B=27.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781791340.0100.250.3061.3322.8461.37
HexB2B38610191E3d173d
Octal262263206103136752775
Binary10110010101100111000011010110011111011110110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B386; }

 p { color: rgb(178,179,134); }

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

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

 a { background-color: rgb(178,179,134); }

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

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

 span { border-color: rgb(178,179,134); }

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