#B6BAA4

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

Shades of Beryl Green #B6BAA4

Tints of Beryl Green #B6BAA4

Color information

#B6BAA4 (or 0xB6BAA4) is unknown color: approx Beryl Green. HEX triplet: B6, BA and A4. RGB value is (182,186,164). Sum of RGB (Red+Green+Blue) = 182+186+164=532 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.21% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 164 (64.45% from 255 or 30.83% from 532); Max value from RGB is 186 - color contains mainly: green. Hex color #B6BAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BAA4 is #49455B. Grayscale: #B6B6B6. Windows color (decimal): -4801884 or 10795702. OLE color: 10795702.

HSL color Cylindrical-coordinate representation of color #B6BAA4: hue angle of 70.91º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B6BAA4 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB182186164-
CMYK0.0200.120.27
HSL70.91º13.75%68.63%-
HSV(B)70.91º11.83%72.94%-
XYZ43.5547.7442.04-
YUV182.3117.67127.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.21%
GREEN value IS 186 (73.05% from 255) = 34.96%
BLUE value IS 164 (64.45% from 255) = 30.83%
R=34.21%
G=34.96%
B=30.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821861640.0200.120.2770.9113.7568.63
HexB6BAA420C1B47e45
Octal26627224420143310716105
Binary101101101011101010100100100110011011100011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BAA4; }

 p { color: rgb(182,186,164); }

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

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

 a { background-color: rgb(182,186,164); }

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

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

 span { border-color: rgb(182,186,164); }

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