#B9BFA0

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

Shades of Beryl Green #B9BFA0

Tints of Beryl Green #B9BFA0

Color information

#B9BFA0 (or 0xB9BFA0) is unknown color: approx Beryl Green. HEX triplet: B9, BF and A0. RGB value is (185,191,160). Sum of RGB (Red+Green+Blue) = 185+191+160=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 160 (62.89% from 255 or 29.85% from 536); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BFA0 is #46405F. Grayscale: #B9B9B9. Windows color (decimal): -4604000 or 10534841. OLE color: 10534841.

HSL color Cylindrical-coordinate representation of color #B9BFA0: hue angle of 71.61º 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 #B9BFA0 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB185191160-
CMYK0.0300.160.25
HSL71.61º19.5%68.82%-
HSV(B)71.61º16.23%74.9%-
XYZ44.9850.1140.56-
YUV185.67113.51127.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.51%
GREEN value IS 191 (75% from 255) = 35.63%
BLUE value IS 160 (62.89% from 255) = 29.85%
R=34.51%
G=35.63%
B=29.85%

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
Decimal1851911600.0300.160.2571.6119.568.82
HexB9BFA0301019481345
Octal27127724030203111023105
Binary10111001101111111010000011010000110011001000100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BFA0; }

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

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

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

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

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

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

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

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