#B7B8AA

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

Shades of Beryl Green #B7B8AA

Tints of Beryl Green #B7B8AA

Color information

#B7B8AA (or 0xB7B8AA) is unknown color: approx Beryl Green. HEX triplet: B7, B8 and AA. RGB value is (183,184,170). Sum of RGB (Red+Green+Blue) = 183+184+170=537 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.08% from 537); Green value is 184 (72.27% from 255 or 34.26% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 184 - color contains mainly: green. Hex color #B7B8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7B8AA is #484755. Grayscale: #B6B6B6. Windows color (decimal): -4736854 or 11188407. OLE color: 11188407.

HSL color Cylindrical-coordinate representation of color #B7B8AA: hue angle of 64.29º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B7B8AA is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB183184170-
CMYK0.0100.080.28
HSL64.29º8.97%69.41%-
HSV(B)64.29º7.61%72.16%-
XYZ43.9247.2544.84-
YUV182.1121.17128.64-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.08%
GREEN value IS 184 (72.27% from 255) = 34.26%
BLUE value IS 170 (66.80% from 255) = 31.66%
R=34.08%
G=34.26%
B=31.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831841700.0100.080.2864.298.9769.41
HexB7B8AA1081C40945
Octal26727025210103410011105
Binary10110111101110001010101010100011100100000010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B8AA; }

 p { color: rgb(183,184,170); }

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

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

 a { background-color: rgb(183,184,170); }

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

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

 span { border-color: rgb(183,184,170); }

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