#B7BAAA

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

Shades of Beryl Green #B7BAAA

Tints of Beryl Green #B7BAAA

Color information

#B7BAAA (or 0xB7BAAA) is unknown color: approx Beryl Green. HEX triplet: B7, BA and AA. RGB value is (183,186,170). Sum of RGB (Red+Green+Blue) = 183+186+170=539 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.95% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BAAA is #484555. Grayscale: #B7B7B7. Windows color (decimal): -4736342 or 11188919. OLE color: 11188919.

HSL color Cylindrical-coordinate representation of color #B7BAAA: hue angle of 71.25º degrees, saturation: 0.1, 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 #B7BAAA is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB183186170-
CMYK0.0200.090.27
HSL71.25º10.39%69.8%-
HSV(B)71.25º8.6%72.94%-
XYZ44.3448.0944.97-
YUV183.28120.51127.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.95%
GREEN value IS 186 (73.05% from 255) = 34.51%
BLUE value IS 170 (66.80% from 255) = 31.54%
R=33.95%
G=34.51%
B=31.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831861700.0200.090.2771.2510.3969.8
HexB7BAAA2091B47a46
Octal26727225220113310712106
Binary101101111011101010101010100100111011100011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BAAA; }

 p { color: rgb(183,186,170); }

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

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

 a { background-color: rgb(183,186,170); }

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

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

 span { border-color: rgb(183,186,170); }

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