#B7BAA4

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

Shades of Beryl Green #B7BAA4

Tints of Beryl Green #B7BAA4

Color information

#B7BAA4 (or 0xB7BAA4) is unknown color: approx Beryl Green. HEX triplet: B7, BA and A4. RGB value is (183,186,164). Sum of RGB (Red+Green+Blue) = 183+186+164=533 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.33% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 164 (64.45% from 255 or 30.77% from 533); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BAA4 is #48455B. Grayscale: #B6B6B6. Windows color (decimal): -4736348 or 10795703. OLE color: 10795703.

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

Color convert

RGB183186164-
CMYK0.0200.120.27
HSL68.18º13.75%68.63%-
HSV(B)68.18º11.83%72.94%-
XYZ43.7947.8742.05-
YUV182.6117.51128.29-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.33%
GREEN value IS 186 (73.05% from 255) = 34.90%
BLUE value IS 164 (64.45% from 255) = 30.77%
R=34.33%
G=34.90%
B=30.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831861640.0200.120.2768.1813.7568.63
HexB7BAA420C1B44e45
Octal26727224420143310416105
Binary101101111011101010100100100110011011100010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BAA4; }

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

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

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

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

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

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

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

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