#B9BFA1

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

Shades of Beryl Green #B9BFA1

Tints of Beryl Green #B9BFA1

Color information

#B9BFA1 (or 0xB9BFA1) is unknown color: approx Beryl Green. HEX triplet: B9, BF and A1. RGB value is (185,191,161). Sum of RGB (Red+Green+Blue) = 185+191+161=537 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.45% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 161 (63.28% from 255 or 29.98% from 537); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BFA1 is #46405E. Grayscale: #B9B9B9. Windows color (decimal): -4603999 or 10600377. OLE color: 10600377.

HSL color Cylindrical-coordinate representation of color #B9BFA1: hue angle of 72º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9BFA1 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB185191161-
CMYK0.0300.160.25
HSL72º18.99%69.02%-
HSV(B)72º15.71%74.9%-
XYZ45.0750.1541.02-
YUV185.79114.01127.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.45%
GREEN value IS 191 (75% from 255) = 35.57%
BLUE value IS 161 (63.28% from 255) = 29.98%
R=34.45%
G=35.57%
B=29.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851911610.0300.160.257218.9969.02
HexB9BFA1301019481345
Octal27127724130203111023105
Binary10111001101111111010000111010000110011001000100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BFA1; }

 p { color: rgb(185,191,161); }

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

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

 a { background-color: rgb(185,191,161); }

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

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

 span { border-color: rgb(185,191,161); }

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