#B2B489

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

Shades of Coriander #B2B489

Tints of Coriander #B2B489

Color information

#B2B489 (or 0xB2B489) is unknown color: approx Coriander. HEX triplet: B2, B4 and 89. RGB value is (178,180,137). Sum of RGB (Red+Green+Blue) = 178+180+137=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 137 (53.91% from 255 or 27.68% from 495); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B489 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B489 is #4D4B76. Grayscale: #AEAEAE. Windows color (decimal): -5065591 or 9024690. OLE color: 9024690.

HSL color Cylindrical-coordinate representation of color #B2B489: hue angle of 62.79º degrees, saturation: 0.22, 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 #B2B489 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB178180137-
CMYK0.0100.240.29
HSL62.79º22.28%62.16%-
HSV(B)62.79º23.89%70.59%-
XYZ39.243.9130.08-
YUV174.5106.84130.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.96%
GREEN value IS 180 (70.70% from 255) = 36.36%
BLUE value IS 137 (53.91% from 255) = 27.68%
R=35.96%
G=36.36%
B=27.68%

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
Decimal1781801370.0100.240.2962.7922.2862.16
HexB2B48910181D3f163e
Octal262264211103035772676
Binary10110010101101001000100110110001110111111110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B489; }

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

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

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

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

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

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

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

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