#B6B9A9

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

Shades of Beryl Green #B6B9A9

Tints of Beryl Green #B6B9A9

Color information

#B6B9A9 (or 0xB6B9A9) is unknown color: approx Beryl Green. HEX triplet: B6, B9 and A9. RGB value is (182,185,169). Sum of RGB (Red+Green+Blue) = 182+185+169=536 (70% of max value = 765). Red value is 182 (71.48% from 255 or 33.96% from 536); Green value is 185 (72.66% from 255 or 34.51% from 536); Blue value is 169 (66.41% from 255 or 31.53% from 536); Max value from RGB is 185 - color contains mainly: green. Hex color #B6B9A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B9A9 is #494656. Grayscale: #B6B6B6. Windows color (decimal): -4802135 or 11123126. OLE color: 11123126.

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

Color convert

RGB182185169-
CMYK0.0200.090.27
HSL71.25º10.26%69.41%-
HSV(B)71.25º8.65%72.55%-
XYZ43.847.5144.4-
YUV182.28120.51127.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.96%
GREEN value IS 185 (72.66% from 255) = 34.51%
BLUE value IS 169 (66.41% from 255) = 31.53%
R=33.96%
G=34.51%
B=31.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821851690.0200.090.2771.2510.2669.41
HexB6B9A92091B47a45
Octal26627125120113310712105
Binary101101101011100110101001100100111011100011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B9A9; }

 p { color: rgb(182,185,169); }

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

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

 a { background-color: rgb(182,185,169); }

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

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

 span { border-color: rgb(182,185,169); }

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