#B7BAA2

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

Shades of Beryl Green #B7BAA2

Tints of Beryl Green #B7BAA2

Color information

#B7BAA2 (or 0xB7BAA2) is unknown color: approx Beryl Green. HEX triplet: B7, BA and A2. RGB value is (183,186,162). Sum of RGB (Red+Green+Blue) = 183+186+162=531 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.46% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 162 (63.67% from 255 or 30.51% from 531); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BAA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BAA2 is #48455D. Grayscale: #B6B6B6. Windows color (decimal): -4736350 or 10664631. OLE color: 10664631.

HSL color Cylindrical-coordinate representation of color #B7BAA2: hue angle of 67.5º 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 #B7BAA2 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB183186162-
CMYK0.0200.130.27
HSL67.5º14.81%68.24%-
HSV(B)67.5º12.9%72.94%-
XYZ43.6147.7941.11-
YUV182.37116.51128.45-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.46%
GREEN value IS 186 (73.05% from 255) = 35.03%
BLUE value IS 162 (63.67% from 255) = 30.51%
R=34.46%
G=35.03%
B=30.51%

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
Decimal1831861620.0200.130.2767.514.8168.24
HexB7BAA220D1B44f44
Octal26727224220153310417104
Binary101101111011101010100010100110111011100010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BAA2; }

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

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

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

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

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

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

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

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