#B4B6A2

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

Shades of Beryl Green #B4B6A2

Tints of Beryl Green #B4B6A2

Color information

#B4B6A2 (or 0xB4B6A2) is unknown color: approx Beryl Green. HEX triplet: B4, B6 and A2. RGB value is (180,182,162). Sum of RGB (Red+Green+Blue) = 180+182+162=524 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.35% from 524); Green value is 182 (71.48% from 255 or 34.73% from 524); Blue value is 162 (63.67% from 255 or 30.92% from 524); Max value from RGB is 182 - color contains mainly: green. Hex color #B4B6A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B6A2 is #4B495D. Grayscale: #B3B3B3. Windows color (decimal): -4933982 or 10663604. OLE color: 10663604.

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

Color convert

RGB180182162-
CMYK0.0100.110.29
HSL66º12.05%67.45%-
HSV(B)66º10.99%71.37%-
XYZ42.0745.7740.8-
YUV179.12118.34128.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.35%
GREEN value IS 182 (71.48% from 255) = 34.73%
BLUE value IS 162 (63.67% from 255) = 30.92%
R=34.35%
G=34.73%
B=30.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801821620.0100.110.296612.0567.45
HexB4B6A210B1D42c43
Octal26426624210133510214103
Binary10110100101101101010001010101111101100001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B6A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B6A2; }

 p { color: rgb(180,182,162); }

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

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

 a { background-color: rgb(180,182,162); }

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

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

 span { border-color: rgb(180,182,162); }

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