#B6B9AE

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

Shades of Beryl Green #B6B9AE

Tints of Beryl Green #B6B9AE

Color information

#B6B9AE (or 0xB6B9AE) is unknown color: approx Beryl Green. HEX triplet: B6, B9 and AE. RGB value is (182,185,174). Sum of RGB (Red+Green+Blue) = 182+185+174=541 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.64% from 541); Green value is 185 (72.66% from 255 or 34.20% from 541); Blue value is 174 (68.36% from 255 or 32.16% from 541); Max value from RGB is 185 - color contains mainly: green. Hex color #B6B9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B9AE is #494651. Grayscale: #B6B6B6. Windows color (decimal): -4802130 or 11450806. OLE color: 11450806.

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

Color convert

RGB182185174-
CMYK0.0200.060.27
HSL76.36º7.28%70.39%-
HSV(B)76.36º5.95%72.55%-
XYZ44.2847.746.92-
YUV182.85123.01127.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.64%
GREEN value IS 185 (72.66% from 255) = 34.20%
BLUE value IS 174 (68.36% from 255) = 32.16%
R=33.64%
G=34.20%
B=32.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821851740.0200.060.2776.367.2870.39
HexB6B9AE2061B4c746
Octal266271256206331147106
Binary1011011010111001101011101001101101110011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B9AE; }

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

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

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

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

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

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

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

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