#B7BAA1

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

Shades of Beryl Green #B7BAA1

Tints of Beryl Green #B7BAA1

Color information

#B7BAA1 (or 0xB7BAA1) is unknown color: approx Beryl Green. HEX triplet: B7, BA and A1. RGB value is (183,186,161). Sum of RGB (Red+Green+Blue) = 183+186+161=530 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.53% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 161 (63.28% from 255 or 30.38% from 530); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BAA1 is #48455E. Grayscale: #B6B6B6. Windows color (decimal): -4736351 or 10599095. OLE color: 10599095.

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

Color convert

RGB183186161-
CMYK0.0200.130.27
HSL67.2º15.34%68.04%-
HSV(B)67.2º13.44%72.94%-
XYZ43.5247.7640.64-
YUV182.25116.01128.53-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.53%
GREEN value IS 186 (73.05% from 255) = 35.09%
BLUE value IS 161 (63.28% from 255) = 30.38%
R=34.53%
G=35.09%
B=30.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831861610.0200.130.2767.215.3468.04
HexB7BAA120D1B43f44
Octal26727224120153310317104
Binary101101111011101010100001100110111011100001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BAA1; }

 p { color: rgb(183,186,161); }

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

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

 a { background-color: rgb(183,186,161); }

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

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

 span { border-color: rgb(183,186,161); }

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