#B2B488

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

Shades of Coriander #B2B488

Tints of Coriander #B2B488

Color information

#B2B488 (or 0xB2B488) is unknown color: approx Coriander. HEX triplet: B2, B4 and 88. RGB value is (178,180,136). Sum of RGB (Red+Green+Blue) = 178+180+136=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 136 (53.52% from 255 or 27.53% from 494); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B488 is #4D4B77. Grayscale: #AEAEAE. Windows color (decimal): -5065592 or 8959154. OLE color: 8959154.

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

Color convert

RGB178180136-
CMYK0.0100.240.29
HSL62.73º22.68%61.96%-
HSV(B)62.73º24.44%70.59%-
XYZ39.1343.8929.7-
YUV174.39106.34130.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.03%
GREEN value IS 180 (70.70% from 255) = 36.44%
BLUE value IS 136 (53.52% from 255) = 27.53%
R=36.03%
G=36.44%
B=27.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781801360.0100.240.2962.7322.6861.96
HexB2B48810181D3f173e
Octal262264210103035772776
Binary10110010101101001000100010110001110111111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B488; }

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

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

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

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

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

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

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

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