#B5BAA7

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

Shades of Beryl Green #B5BAA7

Tints of Beryl Green #B5BAA7

Color information

#B5BAA7 (or 0xB5BAA7) is unknown color: approx Beryl Green. HEX triplet: B5, BA and A7. RGB value is (181,186,167). Sum of RGB (Red+Green+Blue) = 181+186+167=534 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.90% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 167 (65.62% from 255 or 31.27% from 534); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BAA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BAA7 is #4A4558. Grayscale: #B6B6B6. Windows color (decimal): -4867417 or 10992309. OLE color: 10992309.

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

Color convert

RGB181186167-
CMYK0.0300.100.27
HSL75.79º12.1%69.22%-
HSV(B)75.79º10.22%72.94%-
XYZ43.5947.7343.47-
YUV182.34119.34127.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.90%
GREEN value IS 186 (73.05% from 255) = 34.83%
BLUE value IS 167 (65.62% from 255) = 31.27%
R=33.90%
G=34.83%
B=31.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811861670.0300.100.2775.7912.169.22
HexB5BAA730A1B4cc45
Octal26527224730123311414105
Binary101101011011101010100111110101011011100110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BAA7; }

 p { color: rgb(181,186,167); }

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

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

 a { background-color: rgb(181,186,167); }

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

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

 span { border-color: rgb(181,186,167); }

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