#B8BFA1

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

Shades of Beryl Green #B8BFA1

Tints of Beryl Green #B8BFA1

Color information

#B8BFA1 (or 0xB8BFA1) is unknown color: approx Beryl Green. HEX triplet: B8, BF and A1. RGB value is (184,191,161). Sum of RGB (Red+Green+Blue) = 184+191+161=536 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.33% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 161 (63.28% from 255 or 30.04% from 536); Max value from RGB is 191 - color contains mainly: green. Hex color #B8BFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BFA1 is #47405E. Grayscale: #B9B9B9. Windows color (decimal): -4669535 or 10600376. OLE color: 10600376.

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

Color convert

RGB184191161-
CMYK0.0400.160.25
HSL74º18.99%69.02%-
HSV(B)74º15.71%74.9%-
XYZ44.8350.0341.01-
YUV185.49114.18126.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.33%
GREEN value IS 191 (75% from 255) = 35.63%
BLUE value IS 161 (63.28% from 255) = 30.04%
R=34.33%
G=35.63%
B=30.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841911610.0400.160.257418.9969.02
HexB8BFA14010194a1345
Octal27027724140203111223105
Binary101110001011111110100001100010000110011001010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BFA1; }

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

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

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

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

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

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

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

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