#B5BD9F

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

Shades of Beryl Green #B5BD9F

Tints of Beryl Green #B5BD9F

Color information

#B5BD9F (or 0xB5BD9F) is unknown color: approx Beryl Green. HEX triplet: B5, BD and 9F. RGB value is (181,189,159). Sum of RGB (Red+Green+Blue) = 181+189+159=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 159 (62.5% from 255 or 30.06% from 529); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BD9F is #4A4260. Grayscale: #B7B7B7. Windows color (decimal): -4866657 or 10468789. OLE color: 10468789.

HSL color Cylindrical-coordinate representation of color #B5BD9F: hue angle of 76º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B5BD9F is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB181189159-
CMYK0.0400.160.26
HSL76º18.52%68.24%-
HSV(B)76º15.87%74.12%-
XYZ43.5148.7239.91-
YUV183.19114.35126.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.22%
GREEN value IS 189 (74.22% from 255) = 35.73%
BLUE value IS 159 (62.5% from 255) = 30.06%
R=34.22%
G=35.73%
B=30.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811891590.0400.160.267618.5268.24
HexB5BD9F40101A4c1344
Octal26527523740203211423104
Binary101101011011110110011111100010000110101001100100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BD9F; }

 p { color: rgb(181,189,159); }

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

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

 a { background-color: rgb(181,189,159); }

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

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

 span { border-color: rgb(181,189,159); }

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