#B8BBAA

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

Shades of Beryl Green #B8BBAA

Tints of Beryl Green #B8BBAA

Color information

#B8BBAA (or 0xB8BBAA) is unknown color: approx Beryl Green. HEX triplet: B8, BB and AA. RGB value is (184,187,170). Sum of RGB (Red+Green+Blue) = 184+187+170=541 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.01% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 187 - color contains mainly: green. Hex color #B8BBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BBAA is #474455. Grayscale: #B8B8B8. Windows color (decimal): -4670550 or 11189176. OLE color: 11189176.

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

Color convert

RGB184187170-
CMYK0.0200.090.27
HSL70.59º11.11%70%-
HSV(B)70.59º9.09%73.33%-
XYZ44.7948.6345.06-
YUV184.16120.01127.88-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.01%
GREEN value IS 187 (73.44% from 255) = 34.57%
BLUE value IS 170 (66.80% from 255) = 31.42%
R=34.01%
G=34.57%
B=31.42%

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
Decimal1841871700.0200.090.2770.5911.1170
HexB8BBAA2091B47b46
Octal27027325220113310713106
Binary101110001011101110101010100100111011100011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BBAA; }

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

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

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

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

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

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

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

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