#B3B4AE

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

Shades of Beryl Green #B3B4AE

Tints of Beryl Green #B3B4AE

Color information

#B3B4AE (or 0xB3B4AE) is unknown color: approx Beryl Green. HEX triplet: B3, B4 and AE. RGB value is (179,180,174). Sum of RGB (Red+Green+Blue) = 179+180+174=533 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.58% from 533); Green value is 180 (70.70% from 255 or 33.77% from 533); Blue value is 174 (68.36% from 255 or 32.65% from 533); Max value from RGB is 180 - color contains mainly: green. Hex color #B3B4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3B4AE is #4C4B51. Grayscale: #B3B3B3. Windows color (decimal): -5000018 or 11449523. OLE color: 11449523.

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

Color convert

RGB179180174-
CMYK0.0100.030.29
HSL70º3.85%69.41%-
HSV(B)70º3.33%70.59%-
XYZ42.5545.2846.54-
YUV179.02125.17127.99-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.58%
GREEN value IS 180 (70.70% from 255) = 33.77%
BLUE value IS 174 (68.36% from 255) = 32.65%
R=33.58%
G=33.77%
B=32.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791801740.0100.030.29703.8569.41
HexB3B4AE1031D46445
Octal263264256103351064105
Binary10110011101101001010111010111110110001101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B4AE; }

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

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

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

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

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

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

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

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