#B5BA9E

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

Shades of Beryl Green #B5BA9E

Tints of Beryl Green #B5BA9E

Color information

#B5BA9E (or 0xB5BA9E) is unknown color: approx Beryl Green. HEX triplet: B5, BA and 9E. RGB value is (181,186,158). Sum of RGB (Red+Green+Blue) = 181+186+158=525 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.48% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 158 (62.11% from 255 or 30.10% from 525); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BA9E is #4A4561. Grayscale: #B5B5B5. Windows color (decimal): -4867426 or 10402485. OLE color: 10402485.

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

Color convert

RGB181186158-
CMYK0.0300.150.27
HSL70.71º16.87%67.45%-
HSV(B)70.71º15.05%72.94%-
XYZ42.7947.4139.24-
YUV181.31114.84127.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.48%
GREEN value IS 186 (73.05% from 255) = 35.43%
BLUE value IS 158 (62.11% from 255) = 30.10%
R=34.48%
G=35.43%
B=30.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811861580.0300.150.2770.7116.8767.45
HexB5BA9E30F1B471143
Octal26527223630173310721103
Binary1011010110111010100111101101111110111000111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BA9E; }

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

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

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

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

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

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

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

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