#B2B390

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

Shades of Coriander #B2B390

Tints of Coriander #B2B390

Color information

#B2B390 (or 0xB2B390) is unknown color: approx Coriander. HEX triplet: B2, B3 and 90. RGB value is (178,179,144). Sum of RGB (Red+Green+Blue) = 178+179+144=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B390 is #4D4C6F. Grayscale: #AEAEAE. Windows color (decimal): -5065840 or 9483186. OLE color: 9483186.

HSL color Cylindrical-coordinate representation of color #B2B390: hue angle of 61.71º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2B390 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB178179144-
CMYK0.0100.200.30
HSL61.71º18.72%63.33%-
HSV(B)61.71º19.55%70.2%-
XYZ39.5143.7232.74-
YUV174.71110.67130.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.53%
GREEN value IS 179 (70.31% from 255) = 35.73%
BLUE value IS 144 (56.64% from 255) = 28.74%
R=35.53%
G=35.73%
B=28.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781791440.0100.200.3061.7118.7263.33
HexB2B39010141E3e133f
Octal262263220102436762377
Binary10110010101100111001000010101001111011111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B390; }

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

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

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

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

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

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

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

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