#B2B4AB

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

Shades of Beryl Green #B2B4AB

Tints of Beryl Green #B2B4AB

Color information

#B2B4AB (or 0xB2B4AB) is unknown color: approx Beryl Green. HEX triplet: B2, B4 and AB. RGB value is (178,180,171). Sum of RGB (Red+Green+Blue) = 178+180+171=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 180 (70.70% from 255 or 34.03% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B4AB is #4D4B54. Grayscale: #B2B2B2. Windows color (decimal): -5065557 or 11252914. OLE color: 11252914.

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

Color convert

RGB178180171-
CMYK0.0100.050.29
HSL73.33º5.66%68.82%-
HSV(B)73.33º5%70.59%-
XYZ42.0345.0545.01-
YUV178.38123.84127.73-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.65%
GREEN value IS 180 (70.70% from 255) = 34.03%
BLUE value IS 171 (67.19% from 255) = 32.33%
R=33.65%
G=34.03%
B=32.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781801710.0100.050.2973.335.6668.82
HexB2B4AB1051D49645
Octal262264253105351116105
Binary101100101011010010101011101011110110010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B4AB; }

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

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

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

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

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

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

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

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