#B9BCA5

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

Shades of Beryl Green #B9BCA5

Tints of Beryl Green #B9BCA5

Color information

#B9BCA5 (or 0xB9BCA5) is unknown color: approx Beryl Green. HEX triplet: B9, BC and A5. RGB value is (185,188,165). Sum of RGB (Red+Green+Blue) = 185+188+165=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 165 (64.84% from 255 or 30.67% from 538); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BCA5 is #46435A. Grayscale: #B8B8B8. Windows color (decimal): -4604763 or 10861753. OLE color: 10861753.

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

Color convert

RGB185188165-
CMYK0.0200.120.26
HSL67.83º14.65%69.22%-
HSV(B)67.83º12.23%73.73%-
XYZ44.784942.69-
YUV184.48117.01128.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.39%
GREEN value IS 188 (73.83% from 255) = 34.94%
BLUE value IS 165 (64.84% from 255) = 30.67%
R=34.39%
G=34.94%
B=30.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851881650.0200.120.2667.8314.6569.22
HexB9BCA520C1A44f45
Octal27127424520143210417105
Binary101110011011110010100101100110011010100010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BCA5; }

 p { color: rgb(185,188,165); }

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

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

 a { background-color: rgb(185,188,165); }

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

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

 span { border-color: rgb(185,188,165); }

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