#B4BC9F

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

Shades of Beryl Green #B4BC9F

Tints of Beryl Green #B4BC9F

Color information

#B4BC9F (or 0xB4BC9F) is unknown color: approx Beryl Green. HEX triplet: B4, BC and 9F. RGB value is (180,188,159). Sum of RGB (Red+Green+Blue) = 180+188+159=527 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.16% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 159 (62.5% from 255 or 30.17% from 527); Max value from RGB is 188 - color contains mainly: green. Hex color #B4BC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BC9F is #4B4360. Grayscale: #B6B6B6. Windows color (decimal): -4932449 or 10468532. OLE color: 10468532.

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

Color convert

RGB180188159-
CMYK0.0400.150.26
HSL76.55º17.79%68.04%-
HSV(B)76.55º15.43%73.73%-
XYZ43.0648.1739.83-
YUV182.3114.85126.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.16%
GREEN value IS 188 (73.83% from 255) = 35.67%
BLUE value IS 159 (62.5% from 255) = 30.17%
R=34.16%
G=35.67%
B=30.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801881590.0400.150.2676.5517.7968.04
HexB4BC9F40F1A4d1244
Octal26427423740173211522104
Binary10110100101111001001111110001111110101001101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BC9F; }

 p { color: rgb(180,188,159); }

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

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

 a { background-color: rgb(180,188,159); }

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

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

 span { border-color: rgb(180,188,159); }

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