#B2B3AE

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

Shades of Beryl Green #B2B3AE

Tints of Beryl Green #B2B3AE

Color information

#B2B3AE (or 0xB2B3AE) is unknown color: approx Beryl Green. HEX triplet: B2, B3 and AE. RGB value is (178,179,174). Sum of RGB (Red+Green+Blue) = 178+179+174=531 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.52% from 531); Green value is 179 (70.31% from 255 or 33.71% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B3AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B3AE is #4D4C51. Grayscale: #B2B2B2. Windows color (decimal): -5065810 or 11449266. OLE color: 11449266.

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

Color convert

RGB178179174-
CMYK0.0100.030.30
HSL72º3.18%69.22%-
HSV(B)72º2.79%70.2%-
XYZ42.1244.7646.46-
YUV178.13125.67127.91-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.52%
GREEN value IS 179 (70.31% from 255) = 33.71%
BLUE value IS 174 (68.36% from 255) = 32.77%
R=33.52%
G=33.71%
B=32.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781791740.0100.030.30723.1869.22
HexB2B3AE1031E48345
Octal262263256103361103105
Binary1011001010110011101011101011111101001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B3AE; }

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

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

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

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

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

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

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

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