#B6BBAA

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

Shades of Beryl Green #B6BBAA

Tints of Beryl Green #B6BBAA

Color information

#B6BBAA (or 0xB6BBAA) is unknown color: approx Beryl Green. HEX triplet: B6, BB and AA. RGB value is (182,187,170). Sum of RGB (Red+Green+Blue) = 182+187+170=539 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.77% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 187 - color contains mainly: green. Hex color #B6BBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BBAA is #494455. Grayscale: #B7B7B7. Windows color (decimal): -4801622 or 11189174. OLE color: 11189174.

HSL color Cylindrical-coordinate representation of color #B6BBAA: hue angle of 77.65º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B6BBAA is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB182187170-
CMYK0.0300.090.27
HSL77.65º11.11%70%-
HSV(B)77.65º9.09%73.33%-
XYZ44.3248.3945.03-
YUV183.57120.34126.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.77%
GREEN value IS 187 (73.44% from 255) = 34.69%
BLUE value IS 170 (66.80% from 255) = 31.54%
R=33.77%
G=34.69%
B=31.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821871700.0300.090.2777.6511.1170
HexB6BBAA3091B4eb46
Octal26627325230113311613106
Binary101101101011101110101010110100111011100111010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BBAA; }

 p { color: rgb(182,187,170); }

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

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

 a { background-color: rgb(182,187,170); }

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

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

 span { border-color: rgb(182,187,170); }

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