#BAC09F

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

Shades of Beryl Green #BAC09F

Tints of Beryl Green #BAC09F

Color information

#BAC09F (or 0xBAC09F) is unknown color: approx Beryl Green. HEX triplet: BA, C0 and 9F. RGB value is (186,192,159). Sum of RGB (Red+Green+Blue) = 186+192+159=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 159 (62.5% from 255 or 29.61% from 537); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC09F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC09F is #453F60. Grayscale: #BABABA. Windows color (decimal): -4538209 or 10469562. OLE color: 10469562.

HSL color Cylindrical-coordinate representation of color #BAC09F: hue angle of 70.91º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAC09F is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB186192159-
CMYK0.0300.170.25
HSL70.91º20.75%68.82%-
HSV(B)70.91º17.19%75.29%-
XYZ45.3650.6440.19-
YUV186.44112.51127.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.64%
GREEN value IS 192 (75.39% from 255) = 35.75%
BLUE value IS 159 (62.5% from 255) = 29.61%
R=34.64%
G=35.75%
B=29.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861921590.0300.170.2570.9120.7568.82
HexBAC09F301119471545
Octal27230023730213110725105
Binary10111010110000001001111111010001110011000111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC09F; }

 p { color: rgb(186,192,159); }

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

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

 a { background-color: rgb(186,192,159); }

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

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

 span { border-color: rgb(186,192,159); }

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